Skip to content

Commit

Permalink
Use pnpm, add lockfile
Browse files Browse the repository at this point in the history
Please don't delete this, and also install using `pnpm` from now on
  • Loading branch information
longnguyen2004 committed Jan 24, 2025
1 parent 0177034 commit 5e13726
Show file tree
Hide file tree
Showing 2 changed files with 1,281 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
cache: "npm"

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

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

- run: npx pkg-pr-new publish
- run: pnpx pkg-pr-new publish
Loading

0 comments on commit 5e13726

Please sign in to comment.