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 e3d3b89 commit 1aa43a5Copy full SHA for 1aa43a5
package.json
@@ -23,8 +23,8 @@
23
"scripts": {
24
"precommit": "lint-staged",
25
"lint": "eslint .",
26
- "build": "babel src/ -d lib/",
27
- "buildw": "babel -w src/ -d lib/",
+ "build": "babel src/ -d lib/ --copy-files",
+ "buildw": "babel -w src/ -d lib/ --copy-files",
28
"test": "npm run build && node ./node_modules/mocha/bin/mocha --recursive",
29
"test-live": "npm run build && node ./node_modules/mocha/bin/mocha --require test_live/_supports/ci-safe --recursive test_live",
30
"prepublish": "npm run build"
0 commit comments