Skip to content

Commit cb77e7e

Browse files
"initialize" script no longer needs to run "install" step (#421)
1 parent 8a4a82c commit cb77e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tool/initialize.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import 'dart:io';
2121

2222
void main(List<String> arguments) async {
2323
await runDart(['pub', 'upgrade']);
24-
await runDart(['run', 'arcgis_maps', 'install']);
2524
await runDart([
2625
'run',
2726
'build_runner',

0 commit comments

Comments
 (0)