Skip to content

Commit 9d5cad6

Browse files
committed
Remove run test during build
1 parent fcd12e5 commit 9d5cad6

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
@@ -11,7 +11,7 @@
1111
"lint": "eslint src/**/*.ts",
1212
"package": "ncc build --source-map --license licenses.txt",
1313
"test": "jest",
14-
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
14+
"all": "npm run build && npm run format && npm run lint && npm run package"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)