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": {