1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00: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

Submodule jslib updated: 5b63336347...b747830c5b

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