60
60
with :
61
61
tag-prefix : criteria-json-schema-v
62
62
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
64
64
- run : npm publish --access public -w packages/criteria-json-schema
65
65
env :
66
66
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
83
83
with :
84
84
tag-prefix : criteria-json-schema-validation-v
85
85
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
87
87
- run : npm publish --access public -w packages/criteria-json-schema-validation
88
88
env :
89
89
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
@@ -106,7 +106,7 @@ jobs:
106
106
with :
107
107
tag-prefix : criteria-openapi-v
108
108
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
110
110
- run : npm publish --access public -w packages/criteria-openapi
111
111
env :
112
112
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
@@ -129,7 +129,7 @@ jobs:
129
129
with :
130
130
tag-prefix : criteria-synthetic-data-v
131
131
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
133
133
- run : npm publish --access public -w packages/criteria-synthetic-data
134
134
env :
135
135
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
0 commit comments