mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-13 21:19:12 +08:00
sub:init on postinstall
This commit is contained in:
parent
292aa1732b
commit
aa8db7fdbf
@ -20,6 +20,7 @@
|
||||
"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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user