mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-11 13:30:39 +01:00
symlink
This commit is contained in:
parent
93e5eeda6b
commit
4534a9b36c
@ -6,7 +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",
|
||||
"symlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib",
|
||||
"build": "gulp build && webpack",
|
||||
"build:watch": "gulp build && webpack --watch",
|
||||
"build:prod": "gulp build && cross-env NODE_ENV=production webpack",
|
||||
|
Loading…
Reference in New Issue
Block a user