Skip to content

Commit

Permalink
chore(package.json): Add test:watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrzejSala committed Jul 31, 2019
1 parent 244e59b commit 746dbab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"main": "dist/filestack-react.js",
"description": "React component wrapper for filestack-js",
"scripts": {
"test": "jest --watch --no-cache --coverage",
"test": "jest --no-cache --coverage",
"test:Watch": "jest --watch --no-cache --coverage",
"build": "rimraf dist && webpack --colors -p --display-error-details",
"lint": "eslint src/**/*.js src/**/*.jsx tests/**/*spec.js",
"release": "npm test && npm run build && standard-version"
Expand Down

0 comments on commit 746dbab

Please sign in to comment.