From 6cd3b65a0c89faa61b5976dda35cde103dc39c5f Mon Sep 17 00:00:00 2001 From: thosakwe Date: Wed, 1 Mar 2017 22:26:11 -0500 Subject: [PATCH] 1.0.2 --- lib/src/commands/init.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/commands/init.dart b/lib/src/commands/init.dart index fede5e22..a8d35a6e 100644 --- a/lib/src/commands/init.dart +++ b/lib/src/commands/init.dart @@ -28,7 +28,7 @@ class InitCommand extends Command { "${Icon.CHECKMARK} Successfully initialized Angel project. Now running pub get..."); _pen(); await _pubGet(projectDir); - await preBuild(projectDir); + // await preBuild(projectDir); var secret = rs.randomAlphaNumeric(32); print('Generated new development JWT secret: $secret'); await _key.changeSecret( diff --git a/pubspec.yaml b/pubspec.yaml index 87f1192a..3baa982b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ author: "Tobe O " description: "Command-line tools for the Angel framework." homepage: "https://github.com/angel-dart/angel_cli" name: "angel_cli" -version: "1.0.1" +version: "1.0.2" dependencies: analyzer: "^0.29.0" args: "^0.13.7"