From d36a45255df09eed0beb7811937d318996d40417 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 9 Dec 2016 11:03:22 +0000 Subject: [PATCH] add missing clean script --- demo-shell-ng2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shell-ng2/package.json b/demo-shell-ng2/package.json index 58bee4e17e..f9602df93a 100644 --- a/demo-shell-ng2/package.json +++ b/demo-shell-ng2/package.json @@ -4,10 +4,10 @@ "version": "0.5.0", "author": "Alfresco Software, Ltd.", "scripts": { + "clean": "npm install rimraf && rimraf dist node_modules typings dist", "start": "webpack-dev-server --inline --progress --port 3000", "test": "karma start", "build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail", - "aws": "node app.js", "tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json 'app/{,**/}**.ts'", "licensecheck": "license-check"