Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Jul 26, 2022
1 parent 7e466e0 commit 316f04b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
with:
version: 7

- name: Setup
run: pnpm i -g @antfu/ni

- run: |
pnpm i
pnpm -C packages/eslint-plugin-lvjiaxuan test
pnpm -r publish --access public --no-git-checks
ni
nr -r test
nr -r publish --access public --no-git-checks

0 comments on commit 316f04b

Please sign in to comment.