chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-13 15:49:07 -07:00
parent f41b607899
commit 4496cd9f2c
6 changed files with 28 additions and 100 deletions

View File

@@ -24,7 +24,7 @@
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"setup": "npx rimraf -- hooks node_modules package-lock.json && npm i && nx run core:setup"
"setup": "npm i -g @nrwl/cli && npx rimraf -- hooks node_modules package-lock.json && npm i && nx run core:setup"
},
"private": true,
"dependencies": {