Skip to content

Commit

Permalink
add prepare to gui for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Dec 17, 2024
1 parent 4a5ed84 commit d34b870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Publish Package
id: publish
if: matrix.package != 'gui' # Skip if the package is 'gui'
if: matrix.package != 'gui'
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion apps/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest run",
"lint": "prettier --check .",
"format": "prettier --write ."
"format": "prettier --write .",
"prepare": "pnpm run build "
},
"exports": {
".": {
Expand Down

0 comments on commit d34b870

Please sign in to comment.