symlink:mac/symlink:lin

This commit is contained in:
Kyle Spearrin 2020-01-27 12:12:25 -05:00
parent c344c5c13d
commit 5a8998cfb8
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
"sub:commit": "npm run sub:pull && git commit -am \"update submodule\"",
"postinstall": "./node_modules/.bin/electron-rebuild && npm run sub:init && gulp postinstall",
"symlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib",
"symlink:mac": "npm run symlink:lin",
"symlink:lin": "rm -rf ./jslib && ln -s ./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\"",