1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-07 20:21:51 +00:00

Fix some web tool pub issues (#1291)

This commit is contained in:
Parker Lougheed
2022-05-30 12:28:30 -05:00
committed by GitHub
parent 04e6972df5
commit 9b840e61c8
3 changed files with 5 additions and 5 deletions

View File

@@ -42,8 +42,8 @@ main(List<String> args) async {
// Build the sample index and copy the files into this directory
print('building the sample index...');
await run('samples_index', 'pub', ['get']);
await run('samples_index', 'pub', ['run', 'grinder', 'deploy']);
await run('samples_index', 'flutter', ['pub', 'get']);
await run('samples_index', 'flutter', ['pub', 'run', 'grinder', 'deploy']);
// Copy the contents of the samples_index/public directory to the build
// directory