Skip to content

Commit

Permalink
Add --watch-ignore flag to test-dev npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Nov 6, 2020
1 parent 35b62db commit 2153401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"lint": "eslint --ext js,jsx .",
"install-test-webpack-versions": "./bin/install-test-webpack-versions.sh",
"test": "npm run install-test-webpack-versions && mocha --exit --require @babel/register",
"test-dev": "npm run install-test-webpack-versions && mocha --watch --require @babel/register"
"test-dev": "npm run install-test-webpack-versions && mocha --watch --watch-ignore test/output --require @babel/register"
},
"files": [
"public",
Expand Down

0 comments on commit 2153401

Please sign in to comment.