1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

dist:firefox script

This commit is contained in:
Kyle Spearrin
2018-03-17 12:19:36 -04:00
parent c7e819b24b
commit b3fd8b4af5

View File

@@ -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",