Skip to content

Commit b9e2651

Browse files
committed
chore(package.json): update npm script
1 parent df6a0ce commit b9e2651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"main": "lib/main.js",
77
"scripts": {
88
"build": "tsc",
9+
"format": "prettier-standard --format",
910
"package": "ncc build --source-map --license licenses.txt",
1011
"test": "jest",
1112
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"

0 commit comments

Comments
 (0)