Skip to content

Commit fb554c0

Browse files
committed
ci: run tsc before release
1 parent e599c05 commit fb554c0

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
@@ -17,7 +17,7 @@
1717
"build:blog": "yarn workspace blog build",
1818
"register-vuepress": "lerna exec --scope vuepress -- yarn link",
1919
"lint": "eslint --fix packages/**/*.js packages/**/*.vue packages/**/bin/*",
20-
"release": "yarn --pure-lockfile && node scripts/release.js",
20+
"release": "yarn --pure-lockfile && yarn tsc && node scripts/release.js",
2121
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
2222
"test": "node scripts/test.js",
2323
"tsc": "lerna run tsc"

0 commit comments

Comments
 (0)