Skip to content

Commit 0dfb07f

Browse files
mdatelleelibosley
authored andcommitted
feat: add command to package.json scripts
1 parent c416c30 commit 0dfb07f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"coverage": "vitest run --pool=forks --coverage",
2424
"release": "standard-version",
2525
"dev": "vite",
26+
"command": "npm run build && clear && ./dist/cli.js",
2627
"container:build": "./scripts/dc.sh build dev",
2728
"container:start": "./scripts/dc.sh run --rm --service-ports dev",
2829
"container:stop": "./scripts/dc.sh stop dev",

0 commit comments

Comments
 (0)