mirror of
https://gitee.com/openharmony/third_party_typescript
synced 2025-02-18 18:50:33 +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:
parent
3c153d885b
commit
5d3284032b
4
scripts/hooks/post-checkout
Normal file → Executable file
4
scripts/hooks/post-checkout
Normal file → Executable file
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
npm run gulp -- generate-diagnostics
|
||||
#!/bin/sh
|
||||
npm run gulp -- generate-diagnostics
|
||||
|
Loading…
x
Reference in New Issue
Block a user