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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user