Skip to content

Commit

Permalink
Update ci.yml to remove npm run build
Browse files Browse the repository at this point in the history
This prevents tests from catching bedrock yaml desync
  • Loading branch information
extremeheat committed Apr 16, 2024
1 parent 59b1550 commit 964d099
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
working-directory: tools/js
- run: npm run build
working-directory: tools/js
- run: npm test
working-directory: tools/js

0 comments on commit 964d099

Please sign in to comment.