1
0
mirror of https://github.com/bitwarden/web synced 2026-01-30 00:03:22 +00:00
This commit is contained in:
Vince Grassia
2022-04-19 14:50:51 -04:00
parent 44548d5c55
commit 6814a9bf4e

View File

@@ -4,7 +4,7 @@
"license": "GPL-3.0",
"repository": "https://github.com/bitwarden/web",
"scripts": {
"sub:init": "git submodule sync --recursive; git -c protocol.version=2 submodule update --init --force --depth=1 --recursive",
"sub:init": "rm -rf jslib; git submodule sync --recursive; git -c protocol.version=2 submodule update --init --force --depth=1 --recursive",
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull origin master",
"preinstall": "npm run sub:init",