1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-09 03:53:53 +00:00

addEditCipherInfo w/ collections from state

This commit is contained in:
Kyle Spearrin
2019-06-24 21:12:52 -04:00
parent db83b042ff
commit 6c7a0d90df
5 changed files with 12 additions and 4 deletions

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 build && webpack",
"build:watch": "gulp build && webpack --watch",
"build:prod": "gulp build && cross-env NODE_ENV=production webpack",