fix: replace build-web script (#4000)

This commit is contained in:
ggurdin 2025-09-16 12:20:14 -04:00 committed by GitHub
parent e4f52f87b3
commit 1f05ea0036
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
scripts/build-web.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh -ve
flutter config --enable-web
flutter clean
flutter pub get
flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --profile --source-maps