Skip to content

Commit e7c6480

Browse files
committed
Move build script to scripts
1 parent a2a11ac commit e7c6480

File tree

2 files changed

+1
-1
lines changed

2 files 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 src/build.js",
24+
"prepare": "npm run babelify && babel-node scripts/build.js",
2525
"style": "eslint .",
2626
"test": "jest && eslint ."
2727
},
File renamed without changes.

0 commit comments

Comments
 (0)