We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd12e5 commit 9d5cad6Copy full SHA for 9d5cad6
package.json
@@ -11,7 +11,7 @@
11
"lint": "eslint src/**/*.ts",
12
"package": "ncc build --source-map --license licenses.txt",
13
"test": "jest",
14
- "all": "npm run build && npm run format && npm run lint && npm run package && npm test"
+ "all": "npm run build && npm run format && npm run lint && npm run package"
15
},
16
"repository": {
17
"type": "git",
0 commit comments