This commit is contained in:
thosakwe 2017-03-01 22:26:11 -05:00
parent 80a31575aa
commit 6cd3b65a0c
2 changed files with 2 additions and 2 deletions

View file

@ -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(

View file

@ -2,7 +2,7 @@ author: "Tobe O <thosakwe@gmail.com>"
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"