Skip to content

Commit 740edb9

Browse files
committed
build(package.json): switch from prepare to prepack script
1 parent 32186a8 commit 740edb9

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
"scripts": {
1111
"build": "microbundle --no-sourcemap",
1212
"dev": "microbundle watch --no-sourcemap",
13-
"prepare": "npm run build",
13+
"prepack": "npm run build",
1414
"jest": "jest",
1515
"test": "npm run build && npm run jest"
1616
},

0 commit comments

Comments
 (0)