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 d1e3e55
Show file tree
Hide file tree
Showing 2 changed files with 1,282 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
cache: "pnpm"

- 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 d1e3e55

Please sign in to comment.