mirror of https://github.com/aldy505/sql-dsl.git
chore: update scripts
This commit is contained in:
parent
c21b4d69a7
commit
9b57637f7e
|
@ -37,10 +37,10 @@
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
|
"lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
|
||||||
"lint:fix": "eslint --fix --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",
|
"coverage": "c8 --reporter=text --reporter=lcov npm run uvu",
|
||||||
"uvu": "uvu -r esbuild-register test",
|
"uvu": "uvu -r esbuild-register",
|
||||||
"tdd": "yarn -s uvu; watchlist src/ -- yarn -s uvu",
|
"tdd": "uvu -r esbuild-register; watchlist src/ -- uvu -r esbuild-register",
|
||||||
"test": "yarn run coverage"
|
"test": "npm run coverage"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"commitizen": {
|
"commitizen": {
|
||||||
|
|
Loading…
Reference in New Issue