docker error fixed

This commit is contained in:
2025-03-25 15:33:31 +05:30
parent 4e285329fc
commit 83c65f62af
5 changed files with 26 additions and 40 deletions

View File

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