Skip to content

Commit b0394e5

Browse files
committed
fix: should ship with types
1 parent c1f474c commit b0394e5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/mighty-ravens-speak.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'angular-eslint-template-parser': patch
3+
---
4+
5+
fix: should ship with types

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
"scripts": {
1515
"build": "tsc -p jsconfig.json",
1616
"lint": "eslint --cache .",
17-
"prepack": "clean-pkg-json",
17+
"prepack": "yarn build && clean-pkg-json",
1818
"prepare": "simple-git-hooks || exit 0",
19-
"prerelease": "yarn build",
2019
"release": "changeset publish"
2120
},
2221
"peerDependencies": {

0 commit comments

Comments
 (0)