From e0b4eadedfa3dd257cab72346dbf44030e4fe978 Mon Sep 17 00:00:00 2001 From: mauriziovitale84 Date: Tue, 10 May 2016 10:08:09 +0100 Subject: [PATCH] #9 Fixed pathbase server --- ng2-components/ng2-alfresco-documentlist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng2-components/ng2-alfresco-documentlist/package.json b/ng2-components/ng2-alfresco-documentlist/package.json index 84f785b0f4..b07e2b2eda 100644 --- a/ng2-components/ng2-alfresco-documentlist/package.json +++ b/ng2-components/ng2-alfresco-documentlist/package.json @@ -8,7 +8,7 @@ "tsc": "tsc", "tsc:w": "tsc -w", "typings": "typings", - "test": "live-server --open=test/index.html --mount=/ng2-alfresco-core:../ng2-alfresco-core", + "test": "live-server --open=index.html --entry-file=test/ --mount=/ng2-alfresco-core:../ng2-alfresco-core", "test:w": "concurrently \"npm run tsc:w\" \"npm run test\" " }, "repository": {