chore(cli): 🔥 fix

This commit is contained in:
Leifer Mendez
2022-12-01 21:07:00 +01:00
parent 50d73f7bc8
commit 468a2ba251
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
"pre-copy": "cd .. && yarn run copy.lib", "pre-copy": "cd .. && yarn run copy.lib example-app-base",
"start": "node app.js" "start": "node app.js"
}, },
"keywords": [], "keywords": [],

View File

@@ -1,10 +1,10 @@
{ {
"name": "bot-whatsapp-base", "name": "bot-whatsapp-basic",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
"pre-copy": "cd .. && yarn run copy.lib", "pre-copy": "cd .. && yarn run copy.lib example-app-basic",
"start": "node app.js" "start": "node app.js"
}, },
"keywords": [], "keywords": [],