We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prepublishOnly
1 parent 28e3334 commit 0e4da8bCopy full SHA for 0e4da8b
package.json
@@ -40,6 +40,7 @@
40
"lint:types": "tslint \"**/*.d.ts\" -e \"**/node_modules/**\" -t stylish -c config/tslint.json",
41
"pages": "node scripts/pages",
42
"prepublish": "cd cli && npm install && cd .. && npm run build",
43
+ "prepublishOnly": "cd cli && npm install && cd .. && npm run build",
44
"postinstall": "node scripts/postinstall",
45
"prof": "node bench/prof",
46
"test": "npm run test:sources && npm run test:types",
0 commit comments