Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/pr-build-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
# Ensure that the build publish CMD are running with the same NPM version
- run: npm install -g npm@latest
- run: npm ci
- run: npm run ci
- run: npm run build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-generate-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
# Ensure that the generate publish CMD are running with the same NPM version
- run: npm install -g npm@latest
- run: npm ci
- run: npm run ci # runs ci via lerna in all directories
- run: npm run generate # regenerate files
Expand Down
Loading
Loading