Skip to content

Commit c2a4aaf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"format": "prettier-standard --format",
1010
"package": "ncc build --source-map --license licenses.txt",
1111
"test": "jest",
12-
"all": "npm run build && npm run format && npm test && npm run package"
12+
"all": "npm run build && npm test && npm run package"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)