Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emielb committed Dec 21, 2021
1 parent 7d18ff1 commit 8034c76
Show file tree
Hide file tree
Showing 5 changed files with 20,625 additions and 4,123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm install

- name: Test
run: npm run build:test
run: npm run test:ci

- name: Lint
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: npm ci

- name: Build
run: npm run build
run: npm run build:ci

- name: Release
uses: JS-DevTools/npm-publish@v1
Expand Down
Loading

0 comments on commit 8034c76

Please sign in to comment.