Skip to content

Commit 93a582b

Browse files
chore(*): Switch from prepublish to prepublishOnly
1 parent 663e99c commit 93a582b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"bundle_router": "rollup -c --environment ROUTER && rollup -c --environment ROUTER,MINIFY",
1515
"bundle_events": "rollup -c --environment EVENTS && rollup -c --environment EVENTS,MINIFY",
1616
"bundle_resolve": "rollup -c --environment RESOLVE && rollup -c --environment RESOLVE,MINIFY",
17-
"prepublish": "npm run build",
17+
"prepublishOnly": "npm run build",
1818
"changelog": "update_changelog --include-core",
1919
"release": "npm run noimplicitany && node ./scripts/release.js",
2020
"noimplicitany": "tsc --noEmit --noImplicitAny --moduleResolution node --target es6 test/noimplicitany.ts",

0 commit comments

Comments
 (0)