Skip to content

Commit 299d086

Browse files
committed
fix: Removed --prod as rslib is indeed a dev dependency that's required to build... oops...
1 parent cf76d6b commit 299d086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: "pnpm"
2727
registry-url: https://npm.pkg.github.com/
2828
- name: Install dependencies
29-
run: pnpm install --frozen-lockfile --prod
29+
run: pnpm install --frozen-lockfile
3030
- run: pnpm publish --no-git-checks
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)