chore(cli): added new function

This commit is contained in:
Leifer Mendez
2022-12-01 20:44:12 +01:00
parent 648354500b
commit 05c6fd4528
3 changed files with 37 additions and 19 deletions

View File

@@ -17,6 +17,7 @@
"lint:fix": "eslint --fix ./packages",
"build": "yarn run cli:rollup && yarn run bot:rollup && yarn run provider:rollup && yarn run database:rollup",
"link.dist": "cd packages/bot && npm link && cd ../provider && npm link && cd ../cli && npm link && cd ../database && npm link && cd ../provider && npm link",
"copy.lib": "node ./scripts/move.js",
"test.unit": "node ./node_modules/uvu/bin.js packages test",
"test.coverage": "node ./node_modules/c8/bin/c8.js npm run test.unit",
"test": "npm run test.coverage",