Browse Source
Merge pull request #5171 from abpframework/fix/3.1-ng-templates-and-build
Add schematics to ng templates and fix update packages
pull/5172/head
Halil İbrahim Kalkan
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
4 additions and
2 deletions
-
npm/publish.ps1
-
templates/app/angular/package.json
-
templates/module/angular/package.json
|
|
|
@ -19,7 +19,7 @@ $IsRc = $(node publish-utils.js --rc) -eq "true"; |
|
|
|
|
|
|
|
if ($IsRc) { |
|
|
|
$NgPacksPublishCommand += " --rc" |
|
|
|
$UpdateGulpCommand += " --rc" |
|
|
|
$UpdateGulpCommand += " -- --rc" |
|
|
|
$PacksPublishCommand = $PacksPublishCommand.Substring(0, $PacksPublishCommand.Length - 1) + " --tag next'" |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -30,6 +30,7 @@ |
|
|
|
"zone.js": "~0.10.2" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@abp/ng.schematics": "~3.1.0-beta.2", |
|
|
|
"@angular-devkit/build-angular": "~0.1000.6", |
|
|
|
"@angular-devkit/build-ng-packagr": "~0.1000.6", |
|
|
|
"@angular/cli": "~10.0.6", |
|
|
|
|
|
|
|
@ -33,6 +33,7 @@ |
|
|
|
"zone.js": "~0.10.2" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@abp/ng.schematics": "~3.1.0-beta.2", |
|
|
|
"@angular-devkit/build-angular": "~0.1000.0", |
|
|
|
"@angular-devkit/build-ng-packagr": "~0.1000.0", |
|
|
|
"@angular/cli": "~10.0.0", |
|
|
|
@ -55,4 +56,4 @@ |
|
|
|
"tslint": "~6.1.0", |
|
|
|
"typescript": "~3.9.5" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|