Skip to content

Commit

Permalink
chore: updated build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Feb 2, 2019
1 parent 8399772 commit 44ba110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
- *restore_cache
- run: npm run build:cdk
- run: npm run build:lib
- run: npm run build:mosaic-moment-adapter
- run: ./scripts/deploy/publish-artifacts.sh

docs_publish:
Expand Down
4 changes: 2 additions & 2 deletions scripts/deploy/publish-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e
# Go to the project root directory
cd $(dirname ${0})/../..

PACKAGES=(cdk mosaic)
REPOSITORIES=(cdk-builds mosaic-builds)
PACKAGES=(cdk mosaic mosaic-moment-adapter)
REPOSITORIES=(cdk-builds mosaic-builds mosaic-moment-adapter-builds)

# Command line arguments.
COMMAND_ARGS=${*}
Expand Down

0 comments on commit 44ba110

Please sign in to comment.