We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f474c commit b0394e5Copy full SHA for b0394e5
.changeset/mighty-ravens-speak.md
@@ -0,0 +1,5 @@
1
+---
2
+'angular-eslint-template-parser': patch
3
4
+
5
+fix: should ship with types
package.json
@@ -14,9 +14,8 @@
14
"scripts": {
15
"build": "tsc -p jsconfig.json",
16
"lint": "eslint --cache .",
17
- "prepack": "clean-pkg-json",
+ "prepack": "yarn build && clean-pkg-json",
18
"prepare": "simple-git-hooks || exit 0",
19
- "prerelease": "yarn build",
20
"release": "changeset publish"
21
},
22
"peerDependencies": {
0 commit comments