Skip to content

Commit

Permalink
fix: build the project before creating a release and also build the p…
Browse files Browse the repository at this point in the history
…roject as part of CI testing it
  • Loading branch information
lirantal authored Nov 30, 2024
1 parent cad1f66 commit eb6363a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: npm ci
- name: lint code
run: npm run lint
- name: build project
run: npm run build
- name: run tests
run: npm run test
- name: coverage
Expand All @@ -41,5 +43,7 @@ jobs:
node-version: "22.0.0"
- name: install dependencies
run: npm ci
- name: build project
run: npm run build
- name: release preview with pkr-pr-new
run: npx pkg-pr-new publish
run: npx pkg-pr-new publish

0 comments on commit eb6363a

Please sign in to comment.