#9 Fixed pathbase server

This commit is contained in:
mauriziovitale84
2016-05-10 10:08:09 +01:00
parent b1933a53f2
commit e0b4eadedf

View File

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