mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
relative pointing (#1879)
readme modify start.sh and nom-build-all refactoring change travis conf update version of zone.js (fixes console error) karma conf remove dist add alias build override tsconfig components build
This commit is contained in:
committed by
Eugenio Romano
parent
d5f90a59f4
commit
075ee8a538
+6
-1
@@ -23,7 +23,12 @@ install:
|
||||
else
|
||||
(cd scripts && sh npm-build-all.sh -t -gitjsapi development|| exit 1)
|
||||
)
|
||||
- if %COMPONENT_NAME% EQU ng2-demo-shell (cd demo-shell-ng2 && npm install && npm run test || exit 1)
|
||||
- if %COMPONENT_NAME% EQU g2-demo-shell (
|
||||
if %APPVEYOR_REPO_BRANCH EQU master
|
||||
(cd scripts && sh start.sh -t -ss || exit 1)
|
||||
else
|
||||
(cd scripts && sh start.sh -d -t -ss -gitjsapi development|| exit 1)
|
||||
)
|
||||
|
||||
# Don't actually build.
|
||||
build: off
|
||||
|
||||
Reference in New Issue
Block a user