We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acf22c commit bdecaa1Copy full SHA for bdecaa1
package.json
@@ -30,7 +30,8 @@
30
"jest": "jest --no-cache --maxWorkers=4 --config config/jest/default.js",
31
"lint": "npm run lint:js",
32
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
33
- "test": "npm run lint && npm run jest"
+ "test": "npm run lint && npm run jest",
34
+ "rimraf": "./node_modules/rimraf/bin.js"
35
},
36
"version": "0.16.0",
37
"dependencies": {
0 commit comments