From c940c43311ca342e59fd137015213f16706c26b0 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 14 Jul 2020 11:53:27 -0700 Subject: [PATCH] chore: cleanup --- package.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/package.json b/package.json index eb92a372f..733fb1fdc 100644 --- a/package.json +++ b/package.json @@ -4,15 +4,6 @@ "license": "MIT", "scripts": { "nx": "nx", - "lint": "nx workspace-lint && nx lint", - "e2e": "nx e2e", - "format": "nx format:write", - "format:write": "nx format:write", - "format:check": "nx format:check", - "update": "nx migrate latest", - "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" }, "private": true,