fix: replace build-web script (#4000)

pull/2245/head
ggurdin 1 month ago committed by GitHub
parent e4f52f87b3
commit 1f05ea0036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
Loading…
Cancel
Save