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 244e59b commit 746dbabCopy full SHA for 746dbab
package.json
@@ -4,7 +4,8 @@
4
"main": "dist/filestack-react.js",
5
"description": "React component wrapper for filestack-js",
6
"scripts": {
7
- "test": "jest --watch --no-cache --coverage",
+ "test": "jest --no-cache --coverage",
8
+ "test:Watch": "jest --watch --no-cache --coverage",
9
"build": "rimraf dist && webpack --colors -p --display-error-details",
10
"lint": "eslint src/**/*.js src/**/*.jsx tests/**/*spec.js",
11
"release": "npm test && npm run build && standard-version"
0 commit comments