Skip to content

Commit

Permalink
Exclude tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhefner committed Sep 19, 2018
1 parent 39de72f commit 6297c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
coverage
tools
rollup.config.js
**/*.test.js
*.sublime-project
*.sublime-workspace
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"clean": "rm -f index.js && rm -rf es && rm -rf umd",
"prebuild": "npm run clean",
"build": "node ./tools/build.js",
"watch": "babel ./src -d . --ignore __tests__,*.test.js --watch",
"watch": "babel ./src -d . --ignore __tests__,**/*.test.js --watch",
"prepare": "npm run build",
"prepublishOnly": "node ./tools/build.js",
"push-release": "git push origin master && git push --tags",
Expand Down

0 comments on commit 6297c67

Please sign in to comment.