Skip to content

Commit

Permalink
only build js in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Nov 12, 2024
1 parent bd5936f commit 618d537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- run: npm ci
- run: npm run lint
- run: npm run build --if-present
- run: npm run build:js --if-present

- name: Set up Go ${{ matrix.node-version }}
uses: actions/setup-go@v5
Expand Down

0 comments on commit 618d537

Please sign in to comment.