mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 20:19:15 +00:00
improve
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
const index = require('../../../lib/cli/bundle.cli.cjs')
|
||||
const index = require('../lib/cli/bundle.cli.cjs')
|
||||
index.startInteractive()
|
||||
|
||||
@@ -5,6 +5,7 @@ const { installDeps, getPkgManage } = require('./tool')
|
||||
const PATHS_DIR = [
|
||||
join(__dirname, 'pkg-to-update.json'),
|
||||
join(__dirname, '..', 'pkg-to-update.json'),
|
||||
join(__dirname, '..', '..', 'pkg-to-update.json'),
|
||||
]
|
||||
|
||||
const PKG_TO_UPDATE = () => {
|
||||
|
||||
@@ -12,5 +12,8 @@
|
||||
},
|
||||
"files": [
|
||||
"./lib/cli/bundle.cli.cjs"
|
||||
]
|
||||
],
|
||||
"bin": {
|
||||
"bot": "./bin/cli.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user