Skip to content

Commit

Permalink
update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
7i7o committed Aug 29, 2023
1 parent d9cf2fe commit 0ec1f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
node-version: 18.x
cache: 'pnpm'

- run: pnpm install --frozen-lockfile
- run: pnpm install
- run: pnpm run lint && pnpm run build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 18.x
cache: 'pnpm'

- run: pnpm install --frozen-lockfile
- run: pnpm install
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 0ec1f30

Please sign in to comment.