mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
dist:firefox script
This commit is contained in:
parent
c7e819b24b
commit
b3fd8b4af5
@ -11,6 +11,7 @@
|
||||
"dev:watch": "gulp build && webpack --config webpack.dev.js --watch",
|
||||
"prod": "gulp build && webpack --config webpack.prod.js",
|
||||
"dist": "npm run prod && gulp dist",
|
||||
"dist:firefox": "npm run prod && gulp dist:firefox",
|
||||
"lint": "tslint src/**/*.ts || true",
|
||||
"lint:fix": "tslint src/**/*.ts --fix",
|
||||
"test": "karma start --single-run",
|
||||
|
Loading…
Reference in New Issue
Block a user