🐛 cannot run cli

main
paring 2023-03-30 15:08:41 +09:00
parent 04bb63247c
commit 4de156fa33
Signed by: pikokr
GPG Key ID: 8C7ABCEF704FD728
2 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"typescript": "^5.0.2" "typescript": "^5.0.2"
}, },
"bin": { "bin": {
"adofai-typegen": "dist/index.js" "adofai-typegen": "./dist/index.js"
}, },
"publishConfig": { "publishConfig": {
"registry": "https://git.pikokr.dev/api/packages/pikokr/npm/" "registry": "https://git.pikokr.dev/api/packages/pikokr/npm/"

View File

@ -1,3 +1,5 @@
#!/bin/env node
import { program } from 'commander' import { program } from 'commander'
import chalk from 'chalk' import chalk from 'chalk'
import { PropertiesSchema } from './schema' import { PropertiesSchema } from './schema'