mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix build problem (#1861)
* fix sourcemap fix relative path and pre publish build change travis wait all test run build and remove unused cpx * global test task modify publish script to accept options * appveyor run * different approach single test run * make it work the analytics test modify start demo shell script to use a different registry * sourcemap demo shell working * update readme and add install after any clean add registry option in start.sh script add develop and normal mode in demo shell add -d option in start.sh to point to the local components add -c option in build script to point to the local components
This commit is contained in:
committed by
Eugenio Romano
parent
b0be88ec37
commit
6da0eaba37
@@ -6,7 +6,7 @@ branches:
|
||||
- dev-build-test
|
||||
|
||||
environment:
|
||||
nodejs_version: "5"
|
||||
nodejs_version: "6"
|
||||
|
||||
matrix:
|
||||
- COMPONENT_NAME: ng2-components
|
||||
@@ -17,7 +17,7 @@ install:
|
||||
# Get the latest stable version of Node.js or io.js
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
# install module
|
||||
- IF %COMPONENT_NAME% EQU ng2-components (./scripts/npm-build-all.sh -t)
|
||||
- IF %COMPONENT_NAME% EQU ng2-components (cd scripts && sh npm-build-all.sh -t)
|
||||
- IF %COMPONENT_NAME% EQU ng2-demo-shell (cd demo-shell-ng2 && npm install && npm run test || exit 1)
|
||||
|
||||
# Don't actually build.
|
||||
|
Reference in New Issue
Block a user