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