Skip to content

Commit

Permalink
Fix build command not working on some operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 11, 2020
1 parent 388fb13 commit 6436d49
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 @@ -10,7 +10,7 @@
],
"scripts": {
"build": "yarn build-js && yarn copy-styles && yarn build-styles",
"build-js": "babel src -d dist --ignore **/*.spec.js,**/*.spec.jsx",
"build-js": "babel src -d dist --ignore \"**/*.spec.js,**/*.spec.jsx\"",
"build-styles": "lessc ./dist/DateTimePicker.less ./dist/DateTimePicker.css",
"clean": "rimraf dist",
"copy-styles": "node ./copy-styles.js",
Expand Down

0 comments on commit 6436d49

Please sign in to comment.