update ci

This commit is contained in:
Leifer Mendez
2022-11-28 11:53:35 +01:00
parent 9fddcef271
commit e33509789c
3 changed files with 1 additions and 2 deletions

View File

@@ -23,5 +23,4 @@ jobs:
- run: npm install
- run: npm run build --if-present
- run: npm run test.unit
- run: npm run test.e2e
- run: npm run test.coverage

View File

@@ -1,6 +1,7 @@
### Genral
- [ ] __(doc)__ Video de como colaborar PR
- [ ] __(doc)__ Video implementación de test y cobertura
- [ ] __(doc)__ Video explicacion de github action
### @bot-whatsapp/bot
- [ ] agregar export package

View File

@@ -16,7 +16,6 @@
"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",
"test.unit": "node ./node_modules/uvu/bin.js packages test",
"test.e2e": "node ./node_modules/uvu/bin.js __tests__ test",
"test.coverage": "node ./node_modules/c8/bin/c8.js npm run test.unit",
"test": "npm run test.coverage && npm run test.e2e",
"cli": "node ./packages/cli/bin/cli.js",