mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Fix rimraf recursion on fsevent
This commit is contained in:
parent
d003727838
commit
2d74e15c54
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user