Fix rimraf recursion on fsevent

This commit is contained in:
Gregory Schier 2020-05-28 14:41:51 -07:00
parent d003727838
commit 2d74e15c54
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"scripts": {
"lint": "eslint . --ext .js,.html,.json",
"lint:fix": "npm run lint -- --fix",
"bootstrap": "npm install && lerna bootstrap && lerna run --parallel --stream bootstrap && rimraf node_modules/fsevents",
"bootstrap": "npm install && lerna bootstrap && lerna run --parallel --stream bootstrap && rimraf ./**/node_modules/fsevents",
"publish": "lerna publish",
"clean": "lerna clean --yes && rimraf node_modules",
"typecheck": "lerna run --parallel --stream typecheck",

View File

@ -19,7 +19,7 @@
"build": "node ./scripts/build.js",
"package": "node ./scripts/package.js",
"release": "node ./scripts/release.js",
"bootstrap": "rimraf node_modules/fsevents && rimraf node_modules/graphql-language-service-interface/dist/*.flow"
"bootstrap": "rimraf ./**/node_modules/fsevents && rimraf node_modules/graphql-language-service-interface/dist/*.flow"
},
"dev": {
"dev-server-port": 3334