1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
This commit is contained in:
Vince Grassia
2022-04-19 14:39:50 -04:00
parent d816841985
commit d0992049b6

View File

@@ -4,7 +4,7 @@
"license": "GPL-3.0",
"repository": "https://github.com/bitwarden/web",
"scripts": {
"sub:init": "git submodule update --init --recursive",
"sub:init": "git submodule update --init --recursive --force",
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull origin master",
"preinstall": "npm run sub:init",