This commit is contained in:
Kyle Spearrin 2019-09-25 16:10:00 -04:00
parent dff1bb8144
commit 9bb26cb0fa
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 6b82cd0380d33c83e8b242713eb173d94e16e9f4
Subproject commit 971e19335f66ac64845b65a7bcf688811f60eaff

View File

@ -23,7 +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",
"symlink: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\"",