mirror of
https://github.com/bitwarden/browser
synced 2025-12-25 20:53:22 +00:00
Implement personal item cloning capability (#1129)
* Initial pass of clone item * Updated npm sub:pull script to include target branches * Made requested changes * Formatting changes * Fixed lint warnings
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"scripts": {
|
||||
"sub:init": "git submodule update --init --recursive",
|
||||
"sub:update": "git submodule update --remote",
|
||||
"sub:pull": "git submodule foreach git pull",
|
||||
"sub:pull": "git submodule foreach git pull origin master",
|
||||
"postinstall": "npm run sub:init && gulp postinstall",
|
||||
"symlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib",
|
||||
"symlink:mac": "npm run symlink:lin",
|
||||
|
||||
Reference in New Issue
Block a user