Skip to content

Commit 9fdbf5d

Browse files
ci(publish): standardize production publishing
Squash merge via _ops policy-controlled finalization.
1 parent 9b3a82b commit 9fdbf5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Build extension
8080
run: |
8181
set -euo pipefail
82-
corepack pnpm run build --if-present
82+
if [[ -f pnpm-lock.yaml ]]; then corepack pnpm run --if-present build; else npm run --if-present build; fi
8383
- name: Validate extension manifest
8484
id: meta
8585
run: |

0 commit comments

Comments
 (0)