mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:47:32 +00:00
lint
This commit is contained in:
@@ -44,9 +44,9 @@
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"lint": "pnpm run '/eslint|knip/'",
|
||||
"eslint": "eslint 'src/**/*.ts*'",
|
||||
"knip": "knip",
|
||||
"lint": "pnpm run '/^lint:check:.*$/'",
|
||||
"lint:check:eslint": "eslint 'src/**/*.ts*'",
|
||||
"lint:check:knip": "knip",
|
||||
"test:unit": "vitest --run",
|
||||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
||||
},
|
||||
|
Reference in New Issue
Block a user