Skip to content

Commit

Permalink
ci: try to build
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Dec 28, 2024
1 parent f16e3d5 commit 8da95f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Compile
run: npx tsc

- name: Try to build
run: npm run prepublishOnly

- name: Check source code with eslint
run: npx eslint .

Expand Down

0 comments on commit 8da95f0

Please sign in to comment.