Skip to content

Commit 746dbab

Browse files
author
AndrzejSala
committed
chore(package.json): Add test:watch script
1 parent 244e59b commit 746dbab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"main": "dist/filestack-react.js",
55
"description": "React component wrapper for filestack-js",
66
"scripts": {
7-
"test": "jest --watch --no-cache --coverage",
7+
"test": "jest --no-cache --coverage",
8+
"test:Watch": "jest --watch --no-cache --coverage",
89
"build": "rimraf dist && webpack --colors -p --display-error-details",
910
"lint": "eslint src/**/*.js src/**/*.jsx tests/**/*spec.js",
1011
"release": "npm test && npm run build && standard-version"

0 commit comments

Comments
 (0)