clean task for demo

This commit is contained in:
Eugenio Romano
2016-06-17 20:02:19 +01:00
parent 4c27ac4371
commit 06147b8e18
6 changed files with 64 additions and 60 deletions

View File

@@ -11,6 +11,7 @@
], ],
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"clean": "rm -rf dist node_modules typings",
"postinstall": "npm run typings && npm run build", "postinstall": "npm run typings && npm run build",
"typings": "typings install", "typings": "typings install",
"start": "rm -rf dist && npm install && npm run server", "start": "rm -rf dist && npm install && npm run server",

View File

@@ -5,6 +5,7 @@
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"clean": "rm -rf dist node_modules typings",
"typings": "typings install", "typings": "typings install",
"postinstall": "npm run typings && npm run build", "postinstall": "npm run typings && npm run build",
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ", "start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
@@ -32,7 +33,6 @@
"rxjs": "5.0.0-beta.6", "rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12", "zone.js": "^0.6.12",
"angular2-in-memory-web-api": "0.0.12", "angular2-in-memory-web-api": "0.0.12",
"material-design-icons": "^2.2.3", "material-design-icons": "^2.2.3",
"material-design-lite": "^1.1.3", "material-design-lite": "^1.1.3",
"ng2-alfresco-documentlist": "^0.1.16", "ng2-alfresco-documentlist": "^0.1.16",

View File

@@ -5,6 +5,7 @@
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"clean": "rm -rf dist node_modules typings",
"typings": "typings install", "typings": "typings install",
"postinstall": "npm run typings && npm run build", "postinstall": "npm run typings && npm run build",
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ", "start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",

View File

@@ -5,6 +5,7 @@
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"clean": "rm -rf dist node_modules typings",
"postinstall": "npm run typings && npm run build", "postinstall": "npm run typings && npm run build",
"typings": "typings install", "typings": "typings install",
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ", "start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",

View File

@@ -5,6 +5,7 @@
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"clean": "rm -rf dist node_modules typings",
"typings": "typings install", "typings": "typings install",
"postinstall": "npm run typings && npm run build", "postinstall": "npm run typings && npm run build",
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ", "start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",

View File

@@ -5,6 +5,7 @@
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"clean": "rm -rf dist node_modules typings",
"typings": "typings install", "typings": "typings install",
"postinstall": "npm run typings && npm run build", "postinstall": "npm run typings && npm run build",
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ", "start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
@@ -32,7 +33,6 @@
"rxjs": "5.0.0-beta.6", "rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12", "zone.js": "^0.6.12",
"angular2-in-memory-web-api": "0.0.12", "angular2-in-memory-web-api": "0.0.12",
"ng2-alfresco-viewer": "file:../", "ng2-alfresco-viewer": "file:../",
"material-design-icons": "^2.2.3", "material-design-icons": "^2.2.3",
"material-design-lite": "^1.1.3" "material-design-lite": "^1.1.3"