Skip to content

Commit 15c2a32

Browse files
committed
update samples
1 parent 1c36cd1 commit 15c2a32

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

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)