chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-14 11:10:10 -07:00
parent e57bc7e189
commit 7da542688d
2 changed files with 2 additions and 12 deletions

View File

@@ -4,19 +4,8 @@
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
@@ -24,7 +13,7 @@
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"setup": "npm i -g @nrwl/cli && npx rimraf -- hooks node_modules package-lock.json && npm i && nx run core:setup"
"setup": "npx rimraf -- hooks node_modules package-lock.json && npm i && nx run core:setup"
},
"private": true,
"dependencies": {

View File

@@ -382,6 +382,7 @@
},
"build": {
"builder": "@nrwl/workspace:run-commands",
"outputs": ["dist/packages/webpack"],
"options": {
"commands": [
{