Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pnpm audit --audit-level critical

- name: Install dependencies specified in package.json
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Run the lint script in package.json scripts
run: pnpm run --if-present lint
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
pnpm audit --audit-level critical

- name: Install dependencies specified in package.json
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Run the build script in package.json
run: pnpm run --if-present build
Expand Down