1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-28 04:08:47 +02:00

update sub and new sub scripts

This commit is contained in:
Kyle Spearrin 2018-02-23 23:46:27 -05:00
parent e92aeefa33
commit 4be5ced2b5
2 changed files with 4 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit 5b63336347ad9597ed65d907b1bdb804d8b4f39a
Subproject commit b747830c5b4360bf50d6e02126ebaab24e3028d5

View File

@ -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",