1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-28 04:08:47 +02:00
This commit is contained in:
Kyle Spearrin 2019-09-25 16:10:02 -04:00
parent 93e5eeda6b
commit 4534a9b36c

View File

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