1
Fork 0

add eject

This commit is contained in:
“boz” 2022-03-23 15:56:13 +08:00
parent 639dcf0f07
commit cb5eb0e24c
1 changed files with 1 additions and 0 deletions

View File

@ -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",