Add yarn build-web

This commit is contained in:
MartinBraquet
2025-10-28 15:16:13 +01:00
parent e7c3f083b4
commit 92a97209ca
2 changed files with 2 additions and 7 deletions

View File

@@ -16,6 +16,7 @@
"dev": "./scripts/run_local.sh dev",
"prod": "./scripts/run_local.sh prod",
"clean-install": "./scripts/install.sh",
"build-web": "./scripts/build_web.sh",
"migrate": "./scripts/migrate.sh",
"test": "jest",
"test:watch": "jest --watch",

View File

@@ -29,10 +29,4 @@ rm -rf .next
yarn build
rm -rf .next/cache
cd ..
npx cap copy android
npx cap sync android
npx cap open android
yarn clear-nextjs-cache