From 23b02e65bdcf6388eb0f2fa420139f4653e060ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cboz=E2=80=9D?= Date: Thu, 24 Mar 2022 16:45:42 +0800 Subject: [PATCH] delete eject --- ui/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 219ca83f..5cf8801b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -59,7 +59,6 @@ "scripts": { "start": "BROWSER=none PORT=1234 craco start", "build": "craco build", - "eject": "react-scripts eject", "test": "npm run lint && npm run jest -- --watchAll=false", "test:ci": "npm run lint && npm run jest:ci", "lint": "npm run lint:types & npm run lint:eslint",