Skip to content

Commit 6297c67

Browse files
committed
Exclude tests
1 parent 39de72f commit 6297c67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
coverage
22
tools
33
rollup.config.js
4+
**/*.test.js
45
*.sublime-project
56
*.sublime-workspace

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"clean": "rm -f index.js && rm -rf es && rm -rf umd",
2222
"prebuild": "npm run clean",
2323
"build": "node ./tools/build.js",
24-
"watch": "babel ./src -d . --ignore __tests__,*.test.js --watch",
24+
"watch": "babel ./src -d . --ignore __tests__,**/*.test.js --watch",
2525
"prepare": "npm run build",
2626
"prepublishOnly": "node ./tools/build.js",
2727
"push-release": "git push origin master && git push --tags",

0 commit comments

Comments
 (0)