Skip to content

Commit

Permalink
Add @criteria/synthetic-data to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmosc committed Feb 15, 2024
1 parent 267ab0e commit eaa8502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build -w packages/criteria-json-pointer -w packages/criteria-json-schema -w packages/criteria-json-schema-validation -w packages/criteria-openapi
- run: npm run build --workspaces
- run: npm run test --workspaces

0 comments on commit eaa8502

Please sign in to comment.