Skip to content

Commit

Permalink
fix(build): bad build; remove tests from build
Browse files Browse the repository at this point in the history
  • Loading branch information
kwelch committed Apr 27, 2017
1 parent b05f460 commit 923a8dd
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 @@ -8,7 +8,7 @@
"scripts": {
"test": "jest",
"prebuild": "rimraf dist",
"build": "babel --copy-files --out-dir dist --ignore *.spec.js,__mocks__,__snapshots__ src",
"build": "babel --copy-files --out-dir dist --ignore __test__ src",
"report-coverage": "codecov",
"contribute": "all-contributors",
"release": "semantic-release pre && npm publish && semantic-release post",
Expand Down

0 comments on commit 923a8dd

Please sign in to comment.