mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
init submodules after npm install
This commit is contained in:
parent
2ae9dfd891
commit
974224cee7
@ -17,8 +17,9 @@
|
|||||||
},
|
},
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"updatesub": "git submodule update --remote",
|
"sub:init": "git submodule update --init --recursive",
|
||||||
"postinstall": "./node_modules/.bin/electron-rebuild",
|
"sub:update": "git submodule update --remote",
|
||||||
|
"postinstall": "./node_modules/.bin/electron-rebuild && npm run sub:init",
|
||||||
"lint": "tslint src/**/*.ts || true",
|
"lint": "tslint src/**/*.ts || true",
|
||||||
"lint:fix": "tslint src/**/*.ts --fix",
|
"lint:fix": "tslint src/**/*.ts --fix",
|
||||||
"build": "npm run build:main | npm run build:renderer",
|
"build": "npm run build:main | npm run build:renderer",
|
||||||
|
Loading…
Reference in New Issue
Block a user