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 a2a11ac commit e7c6480Copy full SHA for e7c6480
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 src/build.js",
+ "prepare": "npm run babelify && babel-node scripts/build.js",
25
"style": "eslint .",
26
"test": "jest && eslint ."
27
},
src/build.js renamed to scripts/build.js
0 commit comments