Skip to content

Commit 22c4cce

Browse files
committed
chore: use prepublishOnly
1 parent d25c69d commit 22c4cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"semantic-release": "semantic-release",
1111
"clean": "rm -fR dist/",
1212
"rebuild": "npm run clean && npm run build",
13-
"prepublish": "npm run rebuild && generate-export-aliases",
13+
"prepublishOnly": "npm run rebuild && generate-export-aliases",
1414
"build": "npm run build:ts",
1515
"build:ts": "tsc",
1616
"build:rollup": "rollup -c rollup.config.js"

0 commit comments

Comments
 (0)