George Kalpakas a663565403 build: fix windows scripts ()
The `packages/core/src/animation/dsl.ts` symlink ws removed in ,
so `create-/remove-symlinks.sh` scripts for Windows should not try to
"fix" it.

PR Close 
2018-07-12 16:42:56 -04:00

8 lines
223 B
Bash

#!/usr/bin/env bash
cd `dirname $0`
UPGRADE_STATIC_DIR=./../../packages/upgrade/static
mv ${UPGRADE_STATIC_DIR}/src ${UPGRADE_STATIC_DIR}/src.old
cmd <<< "mklink /d \"..\\..\\packages\\upgrade\\static\\src\" \"..\\src\""