Skip to content

Commit

Permalink
Fix unit tests parsed by Babel
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jul 5, 2019
1 parent 597f1de commit 4dfecf0
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 @@ -6,7 +6,7 @@
"source": "src/entry.js",
"scripts": {
"build": "yarn build-js && yarn copy-styles",
"build-js": "babel src -d dist --ignore **/__tests__",
"build-js": "babel src -d dist --ignore **/__tests__,**/**/__tests__",
"clean": "rimraf dist",
"copy-styles": "node ./copy-styles.js",
"jest": "jest",
Expand Down

0 comments on commit 4dfecf0

Please sign in to comment.