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.
2 parents b1d0f4d + 1e207cf commit f22e04dCopy full SHA for f22e04d
package.json
@@ -18,8 +18,7 @@
18
"scripts": {
19
"prebabelify": "rimraf lib",
20
"babelify": "babel src --out-dir lib",
21
- "prepare": "npm run babelify",
22
- "build": "npm run babelify && babel-node src/build.js",
+ "prepare": "npm run babelify && babel-node src/build.js",
23
"watch": "nodemon -e js,css --watch src --exec 'babel-node src/build.js'",
24
"test": "jest"
25
},
0 commit comments