Skip to content

Commit

Permalink
fix: missing options.json file (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Feb 20, 2020
1 parent a5d9460 commit 41d6264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:js": "eslint --cache src test",
"lint": "npm-run-all -l -p \"lint:**\"",
"prepare": "npm run build",
"build": "del dist && babel src -d dist",
"build": "del dist && babel src -d dist --copy-files",
"release": "standard-version",
"security": "npm audit",
"test:only": "cross-env NODE_ENV=test jest",
Expand Down

0 comments on commit 41d6264

Please sign in to comment.