Skip to content

Commit a2a11ac

Browse files
committed
Add script for rebuilding fixtures
1 parent 0bcbfd4 commit a2a11ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"scripts": {
2121
"prebabelify": "rimraf lib",
2222
"babelify": "babel src --out-dir lib --copy-files",
23+
"rebuild-fixtures": "npm run babelify && babel-node scripts/rebuildFixtures.js",
2324
"prepare": "npm run babelify && babel-node src/build.js",
2425
"style": "eslint .",
2526
"test": "jest && eslint ."

0 commit comments

Comments
 (0)