Skip to content

Commit 29dcad3

Browse files
committed
feat: add npm scripts for testing cli
1 parent efb87e5 commit 29dcad3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/zenn-cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"dev": "next -p 3002",
1919
"build:bin": "rimraf dist/* && tsc --project tsconfig.cli.json",
2020
"build:next": "next build && rimraf .next/cache",
21-
"build": "npm run lint && npm run build:bin & npm run build:next"
21+
"build": "npm run lint && npm run build:bin & npm run build:next",
22+
"start:cli": "npm run build:bin && node bin/zenn.js"
2223
},
2324
"dependencies": {
2425
"@types/socket.io": "^2.1.11",

0 commit comments

Comments
 (0)