From cb5eb0e24c852361139058a4bf8f01a6c2eb2cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cboz=E2=80=9D?= Date: Wed, 23 Mar 2022 15:56:13 +0800 Subject: [PATCH] add eject --- ui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/package.json b/ui/package.json index 5cf8801b..219ca83f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -59,6 +59,7 @@ "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",