mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
fix(ci): generate code before flutter build web
This commit is contained in:
parent
8fb3528f79
commit
e830a8bf6c
1
.github/workflows/web-vercel.yml
vendored
1
.github/workflows/web-vercel.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
echo "DISABLE_SPOTIFY_IMAGES=0" >> .env
|
echo "DISABLE_SPOTIFY_IMAGES=0" >> .env
|
||||||
|
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
- run: dart run build_runner build --delete-conflicting-outputs
|
||||||
- run: flutter build web --release --dart-define=API_BASE=https://api.tunestream.io
|
- run: flutter build web --release --dart-define=API_BASE=https://api.tunestream.io
|
||||||
- run: npm i -g vercel
|
- run: npm i -g vercel
|
||||||
# deploy del directorio estático generado por Flutter
|
# deploy del directorio estático generado por Flutter
|
||||||
|
Loading…
Reference in New Issue
Block a user