mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
dist:firefox script
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
"dev:watch": "gulp build && webpack --config webpack.dev.js --watch",
|
"dev:watch": "gulp build && webpack --config webpack.dev.js --watch",
|
||||||
"prod": "gulp build && webpack --config webpack.prod.js",
|
"prod": "gulp build && webpack --config webpack.prod.js",
|
||||||
"dist": "npm run prod && gulp dist",
|
"dist": "npm run prod && gulp dist",
|
||||||
|
"dist:firefox": "npm run prod && gulp dist:firefox",
|
||||||
"lint": "tslint src/**/*.ts || true",
|
"lint": "tslint src/**/*.ts || true",
|
||||||
"lint:fix": "tslint src/**/*.ts --fix",
|
"lint:fix": "tslint src/**/*.ts --fix",
|
||||||
"test": "karma start --single-run",
|
"test": "karma start --single-run",
|
||||||
|
|||||||
Reference in New Issue
Block a user