File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 run : npm ci
4343 - name : Run ESLint
4444 run : npm run lint
45+ - name : Run Knip
46+ run : npm run knip
4547 build-check :
4648 name : Build check
4749 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2828 "prestart" : " npm run build" ,
2929 "start" : " cd dist && node src/index.js" ,
3030 "build:check" : " npm run build -- --noEmit" ,
31- "knip" : " knip --config .knip.json --production --include files,dependencies --no-progress --reporter compact" ,
32- "lint" : " npm run knip && eslint --ext .ts ./src ./test" ,
31+ "knip" : " knip --config .knip.json --production --no-progress --reporter compact" ,
32+ "lint" : " eslint --ext .ts ./src ./test" ,
33+ "check:all" : " npm run lint && npm run knip" ,
3334 "lint:report" : " eslint -o .lint-reports/eslint.json -f json --ext .ts ./src ./test" ,
3435 "lint:fix" : " npm run lint -- --fix" ,
3536 "import" : " node -r ts-node/register src/import-events.ts" ,
You can’t perform that action at this time.
0 commit comments