Skip to content

Commit

Permalink
fix: don't copy tests on build (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
bob-laz committed Sep 10, 2020
1 parent f7317a6 commit e500e3c
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 @@ -37,7 +37,7 @@
"scripts": {
"prepublishOnly": "yarn build",
"pretty-quick": "./bin/pretty-quick.js",
"build": "babel src -d dist --copy-files --ignore __tests__",
"build": "babel src -d dist --copy-files --no-copy-ignored --ignore '**/__tests__/*.js'",
"test": "jest",
"lint": "eslint . --ignore-path=.gitignore",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit e500e3c

Please sign in to comment.