|
@@ -11,8 +11,8 @@
|
|
|
"test:unit:_run": "vitest --config ./vitest.config.unit.cjs",
|
|
"test:unit:_run": "vitest --config ./vitest.config.unit.cjs",
|
|
|
"test:unit": "npm run test:unit:_run",
|
|
"test:unit": "npm run test:unit:_run",
|
|
|
"lint": "eslint --max-warnings 0 --format unix .",
|
|
"lint": "eslint --max-warnings 0 --format unix .",
|
|
|
- "format": "prettier --list-different $PWD/'**/{*.*js,*.ts,Jenkinsfile}'",
|
|
|
|
|
- "format:fix": "prettier --write $PWD/'**/{*.*js,*.ts,Jenkinsfile}'",
|
|
|
|
|
|
|
+ "format": "prettier --list-different $PWD/'**/{*.*js,*.ts}'",
|
|
|
|
|
+ "format:fix": "prettier --write $PWD/'**/{*.*js,*.ts}'",
|
|
|
"lint:fix": "eslint --fix .",
|
|
"lint:fix": "eslint --fix .",
|
|
|
"types:check": "tsc --noEmit",
|
|
"types:check": "tsc --noEmit",
|
|
|
"nodemon": "node --watch app.js"
|
|
"nodemon": "node --watch app.js"
|