fix: replace build-web script (#4000)
This commit is contained in:
parent
e4f52f87b3
commit
1f05ea0036
1 changed files with 5 additions and 0 deletions
5
scripts/build-web.sh
Normal file
5
scripts/build-web.sh
Normal 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
|
||||
Loading…
Add table
Reference in a new issue