Skip to content

Commit

Permalink
release: v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jervis2049 committed Nov 9, 2024
1 parent c857679 commit a27cb12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install pnpm
run: npm i -g [email protected]
- name: Clear pnpm cache
run: pnpm store prune
- name: Configure pnpm
run: echo "registry=https://registry.npmjs.org" > .npmrc
- run: npm i -g [email protected]
- name: Install
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
Expand Down

0 comments on commit a27cb12

Please sign in to comment.