npm dist command
This commit is contained in:
parent
888a85e0bc
commit
d9f6607073
|
@ -6,6 +6,7 @@
|
||||||
"dev": "gulp build && webpack --config webpack.dev.js",
|
"dev": "gulp build && webpack --config webpack.dev.js",
|
||||||
"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": "gulp build && webpack --config webpack.prod.js && gulp dist",
|
||||||
"lint": "tslint src/**/*.ts || true",
|
"lint": "tslint src/**/*.ts || true",
|
||||||
"lint:fix": "tslint src/**/*.ts --fix"
|
"lint:fix": "tslint src/**/*.ts --fix"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue