From 4be5ced2b5c242a475a29b68d37654324ef06d24 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 23 Feb 2018 23:46:27 -0500 Subject: [PATCH] update sub and new sub scripts --- jslib | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/jslib b/jslib index 5b63336347..b747830c5b 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 5b63336347ad9597ed65d907b1bdb804d8b4f39a +Subproject commit b747830c5b4360bf50d6e02126ebaab24e3028d5 diff --git a/package.json b/package.json index 23a439dd08..6993ca5a06 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "bitwarden", "version": "0.0.0", "scripts": { + "sub:init": "git submodule update --init --recursive", + "sub:update": "git submodule update --remote", + "postinstall": "npm run sub:init", "start:firefox": "web-ext run --source-dir ./dist/", "dev": "gulp build && webpack --config webpack.dev.js", "dev:watch": "gulp build && webpack --config webpack.dev.js --watch",