mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
add missing clean script
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
"version": "0.5.0",
|
"version": "0.5.0",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"clean": "npm install rimraf && rimraf dist node_modules typings dist",
|
||||||
"start": "webpack-dev-server --inline --progress --port 3000",
|
"start": "webpack-dev-server --inline --progress --port 3000",
|
||||||
"test": "karma start",
|
"test": "karma start",
|
||||||
"build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
|
"build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
|
||||||
|
|
||||||
"aws": "node app.js",
|
"aws": "node app.js",
|
||||||
"tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json 'app/{,**/}**.ts'",
|
"tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json 'app/{,**/}**.ts'",
|
||||||
"licensecheck": "license-check"
|
"licensecheck": "license-check"
|
||||||
|
|||||||
Reference in New Issue
Block a user