Skip to content

Commit 8133d02

Browse files
committed
Add build dependencies to release workflow
1 parent b4b74c2 commit 8133d02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
tag-prefix: criteria-json-schema-v
6262
package-path: packages/criteria-json-schema/package.json
63-
- run: npm run build -w packages/criteria-json-schema
63+
- run: npm run build -w packages/criteria-json-pointer -w packages/criteria-json-schema
6464
- run: npm publish --access public -w packages/criteria-json-schema
6565
env:
6666
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
tag-prefix: criteria-json-schema-validation-v
8585
package-path: packages/criteria-json-schema-validation/package.json
86-
- run: npm run build -w packages/criteria-json-schema-validation
86+
- run: npm run build -w packages/criteria-json-pointer -w packages/criteria-json-schema -w packages/criteria-json-schema-validation
8787
- run: npm publish --access public -w packages/criteria-json-schema-validation
8888
env:
8989
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
tag-prefix: criteria-openapi-v
108108
package-path: packages/criteria-openapi/package.json
109-
- run: npm run build -w packages/criteria-openapi
109+
- run: npm run build -w packages/criteria-json-pointer -w packages/criteria-json-schema -w packages/criteria-openapi
110110
- run: npm publish --access public -w packages/criteria-openapi
111111
env:
112112
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
tag-prefix: criteria-synthetic-data-v
131131
package-path: packages/criteria-synthetic-data/package.json
132-
- run: npm run build -w packages/criteria-synthetic-data
132+
- run: npm run build -w packages/criteria-json-pointer -w packages/criteria-json-schema -w packages/criteria-synthetic-data
133133
- run: npm publish --access public -w packages/criteria-synthetic-data
134134
env:
135135
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)