mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
6 lines
144 B
Bash
Executable file
6 lines
144 B
Bash
Executable file
if [[ $(uname -s) == CYGWIN* ]]; then
|
|
del /f ./Cargo.lock
|
|
mklink ./Cargo.lock ./configs/cargo.Cargo.lock
|
|
else
|
|
echo Unix needs no fixes
|
|
fi
|