Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 5331946

Browse files
committed
build: Adds options.json to dist package
- Fixes #208
1 parent 4e55bcc commit 5331946

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
@@ -43,7 +43,7 @@
4343
"scripts": {
4444
"start": "npm run build -- -w",
4545
"appveyor:test": "npm run test",
46-
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
46+
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
4747
"clean": "del-cli dist",
4848
"lint": "eslint --cache src test",
4949
"lint-staged": "lint-staged",

0 commit comments

Comments
 (0)