Fix packaging to correctly handle utils/

This commit is contained in:
venashial
2022-06-24 20:36:16 -07:00
parent e245edc843
commit 81c039d645
11 changed files with 66 additions and 36 deletions

View File

@@ -48,13 +48,11 @@ jobs:
with:
message: 'Bump package version [skip ci]'
default_author: github_actions
- name: Remove svelte.config.js # prevents `svelte-kit sync` from running
run: rm svelte.config.js
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Package
run: pnpm package
- name: Publish
run: pnpm publish --no-git-checks --tag alpha
run: pnpm publish package --no-git-checks --tag alpha
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}