diff --git a/package.json b/package.json index 105f4b327..82646b0b5 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/workspace.json b/workspace.json index 2a24876fe..030340818 100644 --- a/workspace.json +++ b/workspace.json @@ -382,6 +382,7 @@ }, "build": { "builder": "@nrwl/workspace:run-commands", + "outputs": ["dist/packages/webpack"], "options": { "commands": [ {