mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix scripts/hooks/post-checkout
Shell scripts must use LFs. Also make it executable. (Both failures probably don't happen on some windows environment where git is told to translate EOLs, and all files are assumed executable.)
This commit is contained in:
Regular → Executable
+2
-2
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
npm run gulp -- generate-diagnostics
|
||||
#!/bin/sh
|
||||
npm run gulp -- generate-diagnostics
|
||||
|
||||
Reference in New Issue
Block a user