Clean web build

This commit is contained in:
MartinBraquet
2025-11-01 11:17:20 +01:00
parent cebcc20c26
commit bb120afea2
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ set -e
cd "$(dirname "$0")"/..
export NEXT_PUBLIC_WEBVIEW=1
yarn build-web
source web/.env

View File

@@ -28,5 +28,3 @@ cd web
rm -rf .next
yarn build
yarn clear-nextjs-cache