Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
ci: run build before release (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed May 14, 2021
1 parent db0de0d commit 65d76d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-rats-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tslint-config-eslint": patch
---

ci: run build before release
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"lint:tsc": "tsc --noEmit",
"prebuild": "rimraf rules.{d.ts,js}",
"prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
"prerelease": "npm run build",
"release": "clean-publish && changeset publish",
"typecov": "type-coverage"
},
Expand Down

0 comments on commit 65d76d6

Please sign in to comment.