fix: fix package.json

This commit is contained in:
JustSong 2024-01-07 14:08:59 +08:00
parent 3ebc8024c7
commit 1227877718

View File

@ -40,7 +40,7 @@
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build && mv -f build ../build/berry", "build": "react-scripts build && mv -f build ../build/berry",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },