Skip to content

Commit 1aa43a5

Browse files
shibulijackshibulijack
shibulijack
authored and
shibulijack
committed
Updated build commands
1 parent e3d3b89 commit 1aa43a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"scripts": {
2424
"precommit": "lint-staged",
2525
"lint": "eslint .",
26-
"build": "babel src/ -d lib/",
27-
"buildw": "babel -w src/ -d lib/",
26+
"build": "babel src/ -d lib/ --copy-files",
27+
"buildw": "babel -w src/ -d lib/ --copy-files",
2828
"test": "npm run build && node ./node_modules/mocha/bin/mocha --recursive",
2929
"test-live": "npm run build && node ./node_modules/mocha/bin/mocha --require test_live/_supports/ci-safe --recursive test_live",
3030
"prepublish": "npm run build"

0 commit comments

Comments
 (0)