We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267ab0e commit eaa8502Copy full SHA for eaa8502
.github/workflows/node.js.yml
@@ -28,5 +28,5 @@ jobs:
28
node-version: ${{ matrix.node-version }}
29
cache: 'npm'
30
- 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
+ - run: npm run build --workspaces
32
- run: npm run test --workspaces
0 commit comments