Skip to content

Commit eaa8502

Browse files
committed
Add @criteria/synthetic-data to GitHub workflow
1 parent 267ab0e commit eaa8502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'
3030
- run: npm ci
31-
- run: npm run build -w packages/criteria-json-pointer -w packages/criteria-json-schema -w packages/criteria-json-schema-validation -w packages/criteria-openapi
31+
- run: npm run build --workspaces
3232
- run: npm run test --workspaces

0 commit comments

Comments
 (0)