Skip to content
Snippets Groups Projects

test

Closed Alex Petraky requested to merge feature/test into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -14,10 +14,10 @@ publish_npm:
@@ -14,10 +14,10 @@ publish_npm:
- clients/**/*
- clients/**/*
script:
script:
- cd ./config
- cd ./config
- rsync -a --prune-empty-dirs --include '*/' --include '*.d.ts' --exclude '*' ../../clients ./
- rsync -a --prune-empty-dirs --include '*/' --include '*.d.ts' --exclude '*' ../clients ./
- rsync -a --prune-empty-dirs --include '*/' --include '*.d.ts.map' --exclude '*' ../../clients ./
- rsync -a --prune-empty-dirs --include '*/' --include '*.d.ts.map' --exclude '*' ../clients ./
- rsync -a --prune-empty-dirs --include '*/' --include '*.js' --exclude '*' ../../clients ./
- rsync -a --prune-empty-dirs --include '*/' --include '*.js' --exclude '*' ../clients ./
- rsync -a --prune-empty-dirs --include '*/' --include '*.js.map' --exclude '*' ../../clients ./
- rsync -a --prune-empty-dirs --include '*/' --include '*.js.map' --exclude '*' ../clients ./
- |
- |
if [[ ! -f .npmrc ]]; then
if [[ ! -f .npmrc ]]; then
echo 'No .npmrc found! Creating one now. Please review the following link for more information: https://docs.gitlab.com/ee/user/packages/npm_registry/index.html#project-level-npm-endpoint-1'
echo 'No .npmrc found! Creating one now. Please review the following link for more information: https://docs.gitlab.com/ee/user/packages/npm_registry/index.html#project-level-npm-endpoint-1'
Loading