Skip to content

Commit 2c0329c

Browse files
committed
chore: fix scripts
1 parent e2ef61a commit 2c0329c

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
"install": "npm run rebuild",
1111
"rebuild": "node-gyp rebuild",
1212
"rebuild-dev": "npm run rebuild -- --debug",
13-
"prepublishOnly": "npm run rebuild && npm run prebuild",
13+
"prepublishOnly": "npm run rebuild",
1414
"prepare": "npm run build"
1515
},
1616
"repository": {

0 commit comments

Comments
 (0)