mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Switch to lite-server (demo shell)
This commit is contained in:
parent
c39782b3ca
commit
be9c07f2f5
@ -7,10 +7,9 @@
|
||||
"prestart": "npm install",
|
||||
"start.dev": "concurrently \"npm run tsc:w\" \"npm run serve\" ",
|
||||
"start": "concurrently \"npm run tsc:w\" \"npm run serve\" ",
|
||||
"test": "live-server --open=tests-runner.html",
|
||||
"tsc": "tsc",
|
||||
"tsc:w": "tsc -w -p tsconfig.dev.json",
|
||||
"serve": "live-server",
|
||||
"serve": "lite-server",
|
||||
"typings": "typings",
|
||||
"postinstall": "typings install && npm link ../ng2-components/ng2-alfresco-core && npm link ../ng2-components/ng2-alfresco-documentlist && npm link ../ng2-components/ng2-alfresco-login && npm link ../ng2-components/ng2-alfresco-upload && npm link ../ng2-components/ng2-alfresco-datatable",
|
||||
"postupdate": "npm link ../ng2-components/ng2-alfresco-core && npm link ../ng2-components/ng2-alfresco-documentlist && npm link ../ng2-components/ng2-alfresco-login && npm link ../ng2-components/ng2-alfresco-upload && npm link ../ng2-components/ng2-alfresco-datatable"
|
||||
@ -64,7 +63,7 @@
|
||||
"gulp-tslint": "^3.6.0",
|
||||
"gulp-typescript": "^2.8.0",
|
||||
"jasmine-core": "2.4.1",
|
||||
"live-server": "^0.9.2",
|
||||
"lite-server": "^2.2.0",
|
||||
"tsconfig-glob": "^0.3.3",
|
||||
"typescript": "^1.8.10",
|
||||
"typings": "^0.7.12"
|
||||
|
Loading…
x
Reference in New Issue
Block a user