mirror of
https://github.com/bitwarden/browser
synced 2024-12-23 00:25:04 +01:00
update sub and new sub scripts
This commit is contained in:
parent
e92aeefa33
commit
4be5ced2b5
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 5b63336347ad9597ed65d907b1bdb804d8b4f39a
|
||||
Subproject commit b747830c5b4360bf50d6e02126ebaab24e3028d5
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user