mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Update jslib (3d2e2cb -> 3a40cb8) and npm sub:pull script (#450)
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 3d2e2cb174...3a40cb83bf
@@ -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