Skip to content

Commit

Permalink
feat(cli): add dev npm script which calls the cli application
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Oct 23, 2023
1 parent da9a3f5 commit a145026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "python3 ../../scripts.py run python ydcli",
"format": "python3 ../../scripts.py pre-commit run"
}
}

0 comments on commit a145026

Please sign in to comment.