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
parent
commit
70ea9638a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/publish.ps1
  2. 1
      templates/app/angular/package.json
  3. 3
      templates/module/angular/package.json

2
npm/publish.ps1

@ -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'"
}

1
templates/app/angular/package.json

@ -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",

3
templates/module/angular/package.json

@ -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"
}
}
}

Loading…
Cancel
Save