1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

simlink for windows

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

2
jslib

Submodule jslib updated: bc5a6e02c1...24ffb55ce0

View File

@@ -21,6 +21,7 @@
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull",
"clean": "rimraf dist/**/*",
"simlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib",
"build": "webpack",
"build:watch": "webpack --watch",
"build:prod": "cross-env NODE_ENV=production webpack",