We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e617e9 commit cc16d59Copy full SHA for cc16d59
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 format-check && npm run lint && npm test && npm run build && npm run package"
+ "all": "npm install && npm run format-check && npm run lint && npm test && npm run build && npm run package"
15
},
16
"repository": {
17
"type": "git",
0 commit comments