Skip to content

Commit

Permalink
Fix dev script in kda-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 25, 2023
1 parent c72f0af commit 9879b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/kda-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"scripts": {
"build": "tsc && api-extractor run --verbose",
"dev": "heft build -w",
"dev": "tsc -w",
"format": "pnpm run --sequential /^format:.*/",
"format:lint": "pnpm run lint:src --fix",
"format:md": "remark README.md -o --use @kadena-dev/markdown",
Expand Down

0 comments on commit 9879b0b

Please sign in to comment.