File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1919 test :
2020 uses : fastify/workflows/.github/workflows/plugins-ci.yml@v3
2121 with :
22+ lint : true
2223 license-check : true
Original file line number Diff line number Diff line change @@ -2,3 +2,6 @@ ts: false
22jsx: false
33flow: false
44check-coverage: false
5+
6+ files:
7+ - test/**/*test.js
Original file line number Diff line number Diff line change 44 "description" : " Asynchronous bootstrapping of Node applications" ,
55 "main" : " boot.js" ,
66 "scripts" : {
7- "test" : " standard && tap -J test/*test.js && npm run typescript" ,
8- "typescript" : " tsc --project ./test/types/tsconfig.json"
7+ "lint" : " standard" ,
8+ "lint:fix" : " standard --fix" ,
9+ "test" : " npm run test:unit && npm run test:typescript" ,
10+ "test:unit" : " tap" ,
11+ "test:typescript" : " tsc --project ./test/types/tsconfig.json"
912 },
10- "precommit" : " test" ,
13+ "precommit" : [
14+ " lint" ,
15+ " test"
16+ ],
1117 "repository" : {
1218 "type" : " git" ,
1319 "url" : " git+https://github.com/fastify/avvio.git"
You can’t perform that action at this time.
0 commit comments