From c1b578eb153de3ea038b462f4638128b25a9113c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 24 Jun 2019 21:13:01 -0400 Subject: [PATCH] simlink for windows --- jslib | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jslib b/jslib index 802d38f52e..24ffb55ce0 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 802d38f52e9794567179b9bd9ffc475ceb31323f +Subproject commit 24ffb55ce0e781fb06cd04d318e9f70afe80d734 diff --git a/package.json b/package.json index d2143ed2e6..9213519ce6 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "sub:pull": "git submodule foreach git pull origin master", "sub:commit": "npm run sub:pull && git commit -am \"update submodule\"", "postinstall": "./node_modules/.bin/electron-rebuild && npm run sub:init && gulp postinstall", + "simlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib", "lint": "tslint src/**/*.ts || true", "lint:fix": "tslint src/**/*.ts --fix", "build": "concurrently -n Main,Rend -c yellow,cyan \"npm run build:main\" \"npm run build:renderer\"",