Skip to content

Commit 105ec53

Browse files
committed
fix build script
1 parent 5753fdb commit 105ec53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"testonly": "mocha $npm_package_options_mocha",
3737
"lint": "eslint src",
3838
"check": "flow check",
39-
"build": "mkdir dist && babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/",
39+
"build": "babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/",
4040
"watch": "babel scripts/watch.js | node",
4141
"cover": "babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha",
4242
"cover:lcov": "babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha",

0 commit comments

Comments
 (0)