Skip to content
Merged
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
3 changes: 0 additions & 3 deletions .eslintrc.cjs

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/build-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ jobs:

- name: Build Javascript libs
if: steps.restore-build-cache.outputs.cache-hit != 'true'
run: npm run build:js
run: pnpm run build:js

- name: Ensure bin files have execute permissions
shell: bash
run: |
chmod +x ./bin/*.js

- name: Run Integration Tests
run: npm run test:integration
run: pnpm run test:integration

- name: Save build cache
id: save-build-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: ESlint
run: |
npm run lint
pnpm run lint

- name: File naming convention
run: |
Expand Down
Loading
Loading