Skip to content

Commit bdecaa1

Browse files
Fix clean script to run rimraf locally
1 parent 7acf22c commit bdecaa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"jest": "jest --no-cache --maxWorkers=4 --config config/jest/default.js",
3131
"lint": "npm run lint:js",
3232
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
33-
"test": "npm run lint && npm run jest"
33+
"test": "npm run lint && npm run jest",
34+
"rimraf": "./node_modules/rimraf/bin.js"
3435
},
3536
"version": "0.16.0",
3637
"dependencies": {

0 commit comments

Comments
 (0)