Skip to content

Commit

Permalink
Merge pull request #11 from sameoldlab/fix-versions-2
Browse files Browse the repository at this point in the history
Build before publishing
  • Loading branch information
sameoldlab authored May 7, 2024
2 parents 25c3dea + b25768b commit 8dc447a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/blue-wolves-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fractl-ui: patch
---

Build before publishing
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dev:site": "pnpm -F x-svelte dev",
"dev:pkg": "pnpm -F='./packages/*' --parallel dev",
"build:site": "pnpm -F fractl-ui -F='@fractl-ui/*' -F x-svelte build",
"ci:publish": "pnpm publish -r --access=public"
"ci:publish": "pnpm build && pnpm publish -r --access=public"
},
"lint-staged": {
"**/*.{js,ts,svelte}": [
Expand Down

0 comments on commit 8dc447a

Please sign in to comment.