Skip to content

Commit

Permalink
node-build-test.yml - run prettier:check if present
Browse files Browse the repository at this point in the history
This runscript will be added in an upcoming commit
  • Loading branch information
wu-lee authored Oct 29, 2024
1 parent 2564926 commit 7560d50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm run prettier:check --if-present
- run: npm ci
- run: npm run build --workspaces --if-present
- run: npm test

0 comments on commit 7560d50

Please sign in to comment.