Skip to content

Commit 07267b9

Browse files
committed
Add npm run format command
1 parent f642b06 commit 07267b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"doc.scaphold": "node bin/graphdoc.js -c example.scaphold.json -f -v",
1717
"doc.starwars": "node bin/graphdoc.js -c example.starWars.json -f -v",
1818
"doc.starwars-js": "node bin/graphdoc.js -c example.starWars-js.json -f -v",
19-
"test": "jest"
19+
"test": "jest",
20+
"format": "prettier lib plugins template test --write"
2021
},
2122
"repository": {
2223
"type": "git",

0 commit comments

Comments
 (0)