Skip to content

Commit de3e227

Browse files
wing328evanjmg
andauthored
feat(typescript-angular): prepare build (#21684)
* feat(typescript-angular): prepare build Prepare build is required in order to publish * update php laravel samples * update samples --------- Co-authored-by: Evan Gillogley <[email protected]>
1 parent df1d562 commit de3e227

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

modules/openapi-generator/src/main/resources/typescript-angular/package.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"license": "{{licenseName}}",
1515
"scripts": {
16+
"prepare": "npm run build",
1617
"build": "ng-packagr -p ng-package.json"
1718
},
1819
"peerDependencies": {

samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"license": "Unlicense",
1515
"scripts": {
16+
"prepare": "npm run build",
1617
"build": "ng-packagr -p ng-package.json"
1718
},
1819
"peerDependencies": {

samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"license": "Unlicense",
1515
"scripts": {
16+
"prepare": "npm run build",
1617
"build": "ng-packagr -p ng-package.json"
1718
},
1819
"peerDependencies": {

samples/client/petstore/typescript-angular-v19-with-angular-dependency-params/builds/default/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"license": "Unlicense",
1515
"scripts": {
16+
"prepare": "npm run build",
1617
"build": "ng-packagr -p ng-package.json"
1718
},
1819
"peerDependencies": {

samples/client/petstore/typescript-angular-v19/builds/deep-object/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"license": "Unlicense",
1515
"scripts": {
16+
"prepare": "npm run build",
1617
"build": "ng-packagr -p ng-package.json"
1718
},
1819
"peerDependencies": {

samples/client/petstore/typescript-angular-v19/builds/default/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"license": "Unlicense",
1515
"scripts": {
16+
"prepare": "npm run build",
1617
"build": "ng-packagr -p ng-package.json"
1718
},
1819
"peerDependencies": {

samples/client/petstore/typescript-angular-v20/builds/default/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"license": "Unlicense",
1515
"scripts": {
16+
"prepare": "npm run build",
1617
"build": "ng-packagr -p ng-package.json"
1718
},
1819
"peerDependencies": {

0 commit comments

Comments
 (0)