We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb87e5 commit 29dcad3Copy full SHA for 29dcad3
packages/zenn-cli/package.json
@@ -18,7 +18,8 @@
18
"dev": "next -p 3002",
19
"build:bin": "rimraf dist/* && tsc --project tsconfig.cli.json",
20
"build:next": "next build && rimraf .next/cache",
21
- "build": "npm run lint && npm run build:bin & npm run build:next"
+ "build": "npm run lint && npm run build:bin & npm run build:next",
22
+ "start:cli": "npm run build:bin && node bin/zenn.js"
23
},
24
"dependencies": {
25
"@types/socket.io": "^2.1.11",
0 commit comments