Skip to content

Commit e222be7

Browse files
Update dart.yml
1 parent 9a53385 commit e222be7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/dart.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- name: Install dependencies
2020
run: pub get
21+
- name : Build Flutter for web
22+
run: webdev build
2123
- uses: cloudflare/wrangler-action@1.2.0
2224
with:
2325
apiToken: ${{ secrets.CF_API_TOKEN }}

0 commit comments

Comments
 (0)