dist:firefox script

This commit is contained in:
Kyle Spearrin 2018-03-17 12:19:36 -04:00
parent c7e819b24b
commit b3fd8b4af5
1 changed files with 1 additions and 0 deletions

View File

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