We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663e99c commit 93a582bCopy full SHA for 93a582b
package.json
@@ -14,7 +14,7 @@
14
"bundle_router": "rollup -c --environment ROUTER && rollup -c --environment ROUTER,MINIFY",
15
"bundle_events": "rollup -c --environment EVENTS && rollup -c --environment EVENTS,MINIFY",
16
"bundle_resolve": "rollup -c --environment RESOLVE && rollup -c --environment RESOLVE,MINIFY",
17
- "prepublish": "npm run build",
+ "prepublishOnly": "npm run build",
18
"changelog": "update_changelog --include-core",
19
"release": "npm run noimplicitany && node ./scripts/release.js",
20
"noimplicitany": "tsc --noEmit --noImplicitAny --moduleResolution node --target es6 test/noimplicitany.ts",
0 commit comments