Skip to content

Commit a441c6b

Browse files
committed
Fix tsup
1 parent f64264b commit a441c6b

File tree

4 files changed

+482
-83
lines changed

4 files changed

+482
-83
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
with:
2626
node-version: 20
2727

28-
# Only install dev dependencies, for the binary. No need for source code.
28+
# Only install dev dependencies, for the binary. No need to install deps for the source code.
2929
- name: Install dependencies
30-
run: pnpm install --dev
30+
# Weird tsup quirck https://github.com/npm/cli/issues/4828#issuecomment-2404560937
31+
run: pnpm i @rollup/rollup-linux-x64-gnu && pnpm install --dev
3132
working-directory: ./examples/get-started
3233

3334
- name: Build binary

0 commit comments

Comments
 (0)