Skip to content

Commit

Permalink
update build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sameoldlab committed Apr 10, 2024
1 parent 0aa7e67 commit 7340b1a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "fractl-ui",
"name": "fractl-mono",
"description": "",
"private": true,
"author": "sameoldlab",
"scripts": {
"lint": "eslint .",
"format": "prettier --write .",
"prepare": "husky install",
"build": "pnpm -F @fractl-ui/evm build",
"build": "pnpm -F='./packages/*' --parallel build",
"check": "pnpm format && pnpm lint",
"dev:site": "pnpm -F x-svelte dev",
"dev:pkg": "pnpm -F fractl-ui -F='@fractl-ui/*' --parallel 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"
},
"lint-staged": {
Expand Down

0 comments on commit 7340b1a

Please sign in to comment.