From bfd0e62ddee153c2488f8e32790606a14173269d Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 29 Mar 2021 16:23:09 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 21fb72c..6d7f412 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "test": "run-s test:*", "test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check", "prebuild": "run-s clean", - "prestart": "run-s clean", "clean": "del packages/*/build", "dev": "run-s start", "bootstrap": "lerna bootstrap",