We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39de72f commit 6297c67Copy full SHA for 6297c67
.npmignore
@@ -1,5 +1,6 @@
1
coverage
2
tools
3
rollup.config.js
4
+**/*.test.js
5
*.sublime-project
6
*.sublime-workspace
package.json
@@ -21,7 +21,7 @@
21
"clean": "rm -f index.js && rm -rf es && rm -rf umd",
22
"prebuild": "npm run clean",
23
"build": "node ./tools/build.js",
24
- "watch": "babel ./src -d . --ignore __tests__,*.test.js --watch",
+ "watch": "babel ./src -d . --ignore __tests__,**/*.test.js --watch",
25
"prepare": "npm run build",
26
"prepublishOnly": "node ./tools/build.js",
27
"push-release": "git push origin master && git push --tags",
0 commit comments