Skip to content

Commit 41d6264

Browse files
fix: missing options.json file (#589)
1 parent a5d9460 commit 41d6264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint:js": "eslint --cache src test",
1818
"lint": "npm-run-all -l -p \"lint:**\"",
1919
"prepare": "npm run build",
20-
"build": "del dist && babel src -d dist",
20+
"build": "del dist && babel src -d dist --copy-files",
2121
"release": "standard-version",
2222
"security": "npm audit",
2323
"test:only": "cross-env NODE_ENV=test jest",

0 commit comments

Comments
 (0)