Skip to content

Commit 7879848

Browse files
committed
ci: use inline NODE_ENV for pnpm install in setup-ci
1 parent d431d79 commit 7879848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.trunk/setup-ci/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ runs:
1313
cache: "pnpm"
1414
- name: 🏗 Prepare
1515
shell: bash
16-
run: pnpm i --frozen-lockfile
16+
run: NODE_ENV=development pnpm i --frozen-lockfile

0 commit comments

Comments
 (0)