1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00: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

Submodule jslib updated: 802d38f52e...24ffb55ce0

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",