Skip to content

Commit

Permalink
yarn run
Browse files Browse the repository at this point in the history
  • Loading branch information
nbgitfa77 committed Oct 5, 2023
1 parent 946767e commit 9810bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workshop-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: prepare contents
run: |
rsync -av -q . ../ --exclude .git
node --max-old-space-size=8100 node_modules/.bin/nx run api-flowaccount-workshop:build
yarn nx run api-flowaccount-workshop:build
cp -r dist/apps/api/flowaccount-workshop/. docker/flowaccount-workshop/.
rm -rf dist/apps/api/flowaccount-workshop/*
- name: docker build
Expand Down

0 comments on commit 9810bec

Please sign in to comment.