Skip to content

Commit

Permalink
fix: removed typescript build from ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebarros committed May 19, 2022
1 parent 431a35c commit cc75c8a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,6 @@ jobs:
echo "export SLACK_RELEASE_URL=https://www.npmjs.com/package/@mojaloop/${CIRCLE_PROJECT_REPONAME}/v/${CIRCLE_TAG:1}" >> $BASH_ENV
echo "export SLACK_BUILD_ID=${CIRCLE_BUILD_NUM}" >> $BASH_ENV
echo "export SLACK_CI_URL=${CIRCLE_BUILD_URL}" >> $BASH_ENV
# Make sure we build the typescript here so the dist is included in the lib
- run:
name: Build Typescript
command: |
npm run build
- run:
<<: *defaults_npm_auth
- run:
Expand Down Expand Up @@ -355,11 +350,6 @@ jobs:
echo "export SLACK_RELEASE_URL=https://www.npmjs.com/package/@mojaloop/${CIRCLE_PROJECT_REPONAME}/v/${CIRCLE_TAG:1}" >> $BASH_ENV
echo "export SLACK_BUILD_ID=${CIRCLE_BUILD_NUM}" >> $BASH_ENV
echo "export SLACK_CI_URL=${CIRCLE_BUILD_URL}" >> $BASH_ENV
# Make sure we build the typescript here so the dist is included in the lib
- run:
name: Build Typescript
command: |
npm run build
- run:
<<: *defaults_npm_auth
- run:
Expand Down

0 comments on commit cc75c8a

Please sign in to comment.