Skip to content

Commit

Permalink
fix: update installation step for pkg-pr-new
Browse files Browse the repository at this point in the history
  • Loading branch information
UnschooledGamer committed Oct 22, 2024
1 parent 0344de0 commit 84b2ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-Preview-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
node-version: 20
cache: "npm"

- name: Install dependencies
run: npm install
- name: Install pkg-pr-new & prebuild, dependencies
run: npm install pkg-pr-new --save-dev --no-frozen-lockfile

- run: npx pkg-pr-new publish

Expand Down

0 comments on commit 84b2ba8

Please sign in to comment.