We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca134d commit bc3c8bfCopy full SHA for bc3c8bf
package.json
@@ -21,7 +21,7 @@
21
"prebabelify": "rimraf lib",
22
"babelify": "babel src --out-dir lib --copy-files",
23
"rebuild-fixtures": "npm run babelify && babel-node scripts/rebuildFixtures.js",
24
- "prepare": "npm run babelify && babel-node scripts/build.js",
+ "prepublishOnly": "npm run babelify && babel-node scripts/build.js",
25
"style": "eslint .",
26
"test": "jest && eslint ."
27
},
0 commit comments