1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-05 12:04:54 +02:00

simlink for windows

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

2
jslib

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

View File

@ -6,6 +6,7 @@
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull",
"postinstall": "npm run sub:init && gulp postinstall",
"simlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib",
"build": "gulp prebuild && webpack",
"build:watch": "gulp prebuild && webpack-dev-server",
"build:prod": "gulp prebuild && cross-env NODE_ENV=production webpack",