Skip to content

Commit 162337d

Browse files
committed
use prepublishOnly
1 parent b827ca1 commit 162337d

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
@@ -33,7 +33,7 @@
3333
"dev:test": "jest --watch",
3434
"prebuild": "npm run lint",
3535
"pretest": "npm run build",
36-
"prepublish": "npm run build"
36+
"prepublishOnly": "npm run build"
3737
},
3838
"devDependencies": {
3939
"buble": "^0.15.2",

0 commit comments

Comments
 (0)