We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
options.json
1 parent a5d9460 commit 41d6264Copy full SHA for 41d6264
package.json
@@ -17,7 +17,7 @@
17
"lint:js": "eslint --cache src test",
18
"lint": "npm-run-all -l -p \"lint:**\"",
19
"prepare": "npm run build",
20
- "build": "del dist && babel src -d dist",
+ "build": "del dist && babel src -d dist --copy-files",
21
"release": "standard-version",
22
"security": "npm audit",
23
"test:only": "cross-env NODE_ENV=test jest",
0 commit comments