Skip to content

Commit

Permalink
fix ci build
Browse files Browse the repository at this point in the history
Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery committed Jul 18, 2022
1 parent b491dfd commit 29f5e2b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@ jobs:
- name: Build
run: |
pushd interfaces
npm install
npm install --force
npm run build
popd
pushd logger-helper
npm install
npm install --force
npm run build
popd
pushd logger-service
npm install
npm install --force
npm run build
popd
pushd frontend
npm install
npm install --force
npm run build
popd
pushd auth-service
npm install
npm install --force
npm run build
popd
pushd guardian-service
npm install
npm install --force
npm run build
popd
pushd message-broker
npm install
npm install --force
npm run build
popd
pushd api-gateway
npm install
npm install --force
npm run build
popd
env:
Expand Down

0 comments on commit 29f5e2b

Please sign in to comment.