Update app/package.json

This commit is contained in:
2025-10-23 09:24:49 +00:00
parent 1d70212cde
commit 85eca3635a

View File

@@ -51,7 +51,7 @@
"prepare": "husky",
"prestart": "tsc scripts/git-prompt.ts && node scripts/git-prompt.js",
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
"test": "jest",
"cypress:open": "cypress open",
"cypress:run": "cypress run"