mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
symlink
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"sub:update": "git submodule update --remote",
|
"sub:update": "git submodule update --remote",
|
||||||
"sub:pull": "git submodule foreach git pull",
|
"sub:pull": "git submodule foreach git pull",
|
||||||
"postinstall": "npm run sub:init && gulp postinstall",
|
"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": "gulp build && webpack",
|
||||||
"build:watch": "gulp build && webpack --watch",
|
"build:watch": "gulp build && webpack --watch",
|
||||||
"build:prod": "gulp build && cross-env NODE_ENV=production webpack",
|
"build:prod": "gulp build && cross-env NODE_ENV=production webpack",
|
||||||
|
|||||||
Reference in New Issue
Block a user