chore: update scripts

This commit is contained in:
Reinaldy Rafli 2022-09-24 07:55:56 +07:00
parent c21b4d69a7
commit 9b57637f7e
No known key found for this signature in database
GPG Key ID: EA1B2522C1693EC8
1 changed files with 5 additions and 5 deletions

View File

@ -37,10 +37,10 @@
"build": "rollup -c",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.ts --ignore-path .gitignore .",
"coverage": "c8 --reporter=text --reporter=lcov yarn run uvu",
"uvu": "uvu -r esbuild-register test",
"tdd": "yarn -s uvu; watchlist src/ -- yarn -s uvu",
"test": "yarn run coverage"
"coverage": "c8 --reporter=text --reporter=lcov npm run uvu",
"uvu": "uvu -r esbuild-register",
"tdd": "uvu -r esbuild-register; watchlist src/ -- uvu -r esbuild-register",
"test": "npm run coverage"
},
"config": {
"commitizen": {