simlink for windows

This commit is contained in:
Kyle Spearrin 2019-06-24 21:13:01 -04:00
parent fdc3f403e2
commit c1b578eb15
2 changed files with 2 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit 802d38f52e9794567179b9bd9ffc475ceb31323f
Subproject commit 24ffb55ce0e781fb06cd04d318e9f70afe80d734

View File

@ -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\"",