Skip to content

Commit

Permalink
fix(tools): publint broken on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Aug 22, 2023
1 parent d41690d commit f0e64a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint": "eslint --max-warnings=10 .",
"lint-fix": "eslint --fix .",
"prepublishOnly": "pnpm run build",
"publint-check": "pnpm publint",
"publint-check": "pnpm run build && pnpm publint",
"type-check": "tsc --noEmit"
},
"dependencies": {
Expand Down

0 comments on commit f0e64a2

Please sign in to comment.