1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-26 21:13:14 +00:00

manual sub:init needed

This commit is contained in:
Kyle Spearrin
2019-03-21 08:08:46 -04:00
parent 042201e895
commit 36872bbdda
3 changed files with 2 additions and 1 deletions

View File

@@ -20,7 +20,6 @@
"sub:init": "git submodule update --init --recursive",
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull",
"postinstall": "npm run sub:init",
"clean": "rimraf dist/**/*",
"build": "webpack",
"build:watch": "webpack --watch",