chore: update implementation

This commit is contained in:
JustSong
2024-01-07 14:07:34 +08:00
parent 9706df061d
commit 3ebc8024c7
4 changed files with 11 additions and 8 deletions

View File

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