Skip to content

Commit

Permalink
Merge pull request #56 from valiantlynx:working
Browse files Browse the repository at this point in the history
pnpm
  • Loading branch information
valiantlynx authored Apr 8, 2024
2 parents 31df47e + 86a1032 commit 40b6f56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
permissions:
contents: read
id-token: write
outputs:
published: ${{ steps.changesets.outputs.published }}
publishedPackages: ${{ steps.changesets.outputs.publishedPackages }}
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
},
"scripts": {
"dev": "vite --host",
"build": "vite build && yarn package",
"build": "vite build && pnpm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"release": "yarn package && npx changeset publish",
"release": "pnpm run package && npx changeset publish",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
Expand Down

0 comments on commit 40b6f56

Please sign in to comment.