mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
escape quotes
This commit is contained in:
parent
529aa8f187
commit
74ba86af76
@ -20,7 +20,7 @@
|
|||||||
"sub:init": "git submodule update --init --recursive",
|
"sub:init": "git submodule update --init --recursive",
|
||||||
"sub:update": "git submodule update --remote",
|
"sub:update": "git submodule update --remote",
|
||||||
"sub:pull": "git submodule foreach git pull origin master",
|
"sub:pull": "git submodule foreach git pull origin master",
|
||||||
"sub:commit": "npm run sub:pull && git commit -am 'update submodule'",
|
"sub:commit": "npm run sub:pull && git commit -am \"update submodule\"",
|
||||||
"postinstall": "./node_modules/.bin/electron-rebuild && npm run sub:init",
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user