🐛 cannot run cli
parent
04bb63247c
commit
4de156fa33
|
@ -27,7 +27,7 @@
|
|||
"typescript": "^5.0.2"
|
||||
},
|
||||
"bin": {
|
||||
"adofai-typegen": "dist/index.js"
|
||||
"adofai-typegen": "./dist/index.js"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://git.pikokr.dev/api/packages/pikokr/npm/"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/env node
|
||||
|
||||
import { program } from 'commander'
|
||||
import chalk from 'chalk'
|
||||
import { PropertiesSchema } from './schema'
|
||||
|
|
Loading…
Reference in New Issue