Skip to content

Commit 3c63910

Browse files
authored
Remove "postinstall: tsc" from package.json (#23837)
- Causing pipeline failures due to build errors from scripts in openapi-alps repo - Added in #23763 to improve the experience on local dev machines
1 parent 66e6396 commit 3c63910

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@
1717
"prettier": "^2.8.8",
1818
"typescript": "~5.0.4"
1919
},
20-
"scripts": {
21-
"postinstall": "tsc"
22-
},
2320
"private": true
2421
}

0 commit comments

Comments
 (0)