Skip to content

Commit

Permalink
Merge pull request #21 from sameoldlab/Update-build-scripts
Browse files Browse the repository at this point in the history
update build script
  • Loading branch information
sameoldlab authored Jun 11, 2024
2 parents 880364f + 1dba478 commit c20738e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"check": "pnpm -r --no-bail check",
"dev:site": "pnpm -F site dev",
"dev:pkg": "pnpm -F='./packages/*' --parallel dev",
"build:site": "pnpm -F fractl-ui -F='@fractl-ui/*' -F x-svelte build",
"build:site": "pnpm -F site build",
"ci:publish": "pnpm build && pnpm publish -r --access=public"
},
"lint-staged": {
Expand Down

0 comments on commit c20738e

Please sign in to comment.