1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 23:08:59 +00:00

Switch to using dart run instead of base-VM command (#1476)

This commit is contained in:
Parker Lougheed
2022-10-15 17:57:34 -05:00
committed by GitHub
parent 0bdb8f06ab
commit 0ff17c4c3a
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ jobs:
working-directory: web/_tool
- name: Build
run: dart _tool/build_ci.dart
run: dart run _tool/build_ci.dart
working-directory: web
- name: Deploy