Skip to content

Commit

Permalink
build: run lint after build
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Sep 30, 2024
1 parent d21a934 commit 504b4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prepare": "husky",
"release": "pnpm release:check && pnpm release:version && pnpm release:publish",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release:check": "pnpm lint && pnpm clean && pnpm build && pnpm check-types && pnpm test",
"release:check": "pnpm clean && pnpm build && pnpm check-types && pnpm lint && pnpm test",
"release:publish": "pnpm -r publish --tag next",
"release:version": "bumpp -r --execute=\"pnpm release:changelog\" --commit \"build: publish v%s\" --all",
"test": "pnpm test:unit && pnpm test:e2e",
Expand Down

0 comments on commit 504b4f2

Please sign in to comment.