Archived
1
0

feat(ci): add restore-keys for ci speedup (#3516)

This commit is contained in:
Akash Satheesan
2021-06-03 22:00:37 +05:30
committed by GitHub
parent 40ef0f23cb
commit 05197d5213
3 changed files with 10 additions and 2 deletions

View File

@ -75,7 +75,7 @@ main() {
# This is a copy of symlink_asar in ../lib.sh. Look there for details.
symlink_asar() {
rm -f node_modules.asar
rm -rf node_modules.asar
if [ "${WINDIR-}" ]; then
mklink /J node_modules.asar node_modules
else