Skip to content

Commit bc3c8bf

Browse files
committed
Switch prepare to prepublishOnly
1 parent dca134d commit bc3c8bf

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
@@ -21,7 +21,7 @@
2121
"prebabelify": "rimraf lib",
2222
"babelify": "babel src --out-dir lib --copy-files",
2323
"rebuild-fixtures": "npm run babelify && babel-node scripts/rebuildFixtures.js",
24-
"prepare": "npm run babelify && babel-node scripts/build.js",
24+
"prepublishOnly": "npm run babelify && babel-node scripts/build.js",
2525
"style": "eslint .",
2626
"test": "jest && eslint ."
2727
},

0 commit comments

Comments
 (0)