npm dist command

This commit is contained in:
Kyle Spearrin 2017-11-15 21:46:02 -05:00
parent 888a85e0bc
commit d9f6607073
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"dev": "gulp build && webpack --config webpack.dev.js",
"dev:watch": "gulp build && webpack --config webpack.dev.js --watch",
"prod": "gulp build && webpack --config webpack.prod.js",
"dist": "gulp build && webpack --config webpack.prod.js && gulp dist",
"lint": "tslint src/**/*.ts || true",
"lint:fix": "tslint src/**/*.ts --fix"
},