Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-super-cat authored Mar 23, 2024
1 parent 732f699 commit 3bc2946
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0

- name: Install dependencies
run: npm i
run: pnpm i

- name: Build
run: npm run build
run: pnpm run build

- name: Publish to npm
uses: JS-DevTools/npm-publish@v3.1.0
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
access: public

0 comments on commit 3bc2946

Please sign in to comment.