Skip to content

Commit

Permalink
build: add more steps to release
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Dec 4, 2021
1 parent 1135967 commit a8da6a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
run: yarn install
- name: test
run: yarn test:ci
- name: lint
run: yarn lint
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
node-version: 'lts/*'
- name: Install dependencies
run: yarn install
- name: test
run: yarn test:ci
- name: lint
run: yarn lint
- name: Build
run: yarn build
- name: Release
Expand Down

0 comments on commit a8da6a7

Please sign in to comment.