Skip to content

Commit

Permalink
Hotfix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
viphan007 committed Dec 1, 2023
1 parent 75605be commit 475ff27
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
- run: |
yarn
if [ ${{ vars.IS_STAGING == 'true' }} ]; then
yarn deploy:dev
else
yarn deploy
fi
yarn deploy
env:
CI: true
Expand Down

0 comments on commit 475ff27

Please sign in to comment.