Skip to content

Commit 504b4f2

Browse files
committed
build: run lint after build
1 parent d21a934 commit 504b4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"prepare": "husky",
1414
"release": "pnpm release:check && pnpm release:version && pnpm release:publish",
1515
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
16-
"release:check": "pnpm lint && pnpm clean && pnpm build && pnpm check-types && pnpm test",
16+
"release:check": "pnpm clean && pnpm build && pnpm check-types && pnpm lint && pnpm test",
1717
"release:publish": "pnpm -r publish --tag next",
1818
"release:version": "bumpp -r --execute=\"pnpm release:changelog\" --commit \"build: publish v%s\" --all",
1919
"test": "pnpm test:unit && pnpm test:e2e",

0 commit comments

Comments
 (0)