Skip to content

Commit

Permalink
Merge pull request #35 from davipon/fix-ci-release
Browse files Browse the repository at this point in the history
ci: add pnpm build to generate SvelteKit tsconfig for pnpm package
  • Loading branch information
wd-David committed Aug 23, 2022
2 parents 6d6a19e + 97cd9dc commit d4a0fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies and build 🔧
run: pnpm install && pnpm package
run: pnpm install && && pnpm build && pnpm package

- name: Publish package on NPM 📦
run: pnpm publish package --no-git-checks
Expand Down

0 comments on commit d4a0fec

Please sign in to comment.