Skip to content

Commit

Permalink
chore: workflow lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Nov 20, 2022
1 parent c32b2e3 commit e844f4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
with:
lint: true
auto-merge-exclude: 'help-me'
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "standard --fix",
"unit": "tap \"test/**/*.test.{js,ts}\" \"templates/**/*.test.{js,ts}\" --timeout 300",
"pretest": "xcopy /e /k /i . \"..\\node_modules\\fastify-cli\" || rsync -r --exclude=node_modules ./ node_modules/fastify-cli || echo 'this is fine'",
"test": "npm run lint && npm run unit && npm run test:typescript",
"test": "npm run unit && npm run test:typescript",
"test:typescript": "tsd templates/plugin && tsc --project templates/app-ts/tsconfig.json && del-cli templates/app-ts/dist"
},
"keywords": [
Expand Down Expand Up @@ -42,6 +42,7 @@
]
},
"dependencies": {
"@fastify/deepmerge": "^1.1.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"close-with-grace": "^1.1.0",
Expand Down

0 comments on commit e844f4d

Please sign in to comment.