Skip to content

Commit

Permalink
chore(package.json): update ui:sync command
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Nov 11, 2024
1 parent 0f65682 commit 0aff0a9
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 @@ -31,7 +31,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"postinstall": "pnpm link --global",
"release": "moon run :build && moon run :dts && ./scripts/release.mjs",
"ui:sync": "moon run frontend:build && cp -r pro/frontend/dist apps/cli/frontend && git add apps/cli/frontend",
"ui:sync": "moon run frontend:build && rm -rf apps/cli/frontend && cp -r pro/frontend/dist apps/cli/frontend && git add apps/cli/frontend",
"debug": "ts-node --transpile-only packages/cli/src/index.ts trade debug"
},
"bin": {
Expand Down

0 comments on commit 0aff0a9

Please sign in to comment.