mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
simlink for windows
This commit is contained in:
parent
fdc3f403e2
commit
c1b578eb15
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 802d38f52e9794567179b9bd9ffc475ceb31323f
|
||||
Subproject commit 24ffb55ce0e781fb06cd04d318e9f70afe80d734
|
@ -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\"",
|
||||
|
Loading…
Reference in New Issue
Block a user