Skip to content

Commit

Permalink
cicd: Check all project types before building.
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Jun 22, 2022
1 parent c82787d commit 347554a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Use NPM 8
run: npm i -g npm@8
- run: npm ci
- name: types
run: npm run check:types
- name: build
run: npm run build
- name: test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
node-version: lts/*
registry-url: https://registry.npmjs.org
- run: npm ci
- name: types
run: npm run check:types
- name: build
run: npm run build
- name: test
Expand Down

0 comments on commit 347554a

Please sign in to comment.