We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef8616 commit a351913Copy full SHA for a351913
.github/workflows/build.yml
@@ -483,6 +483,7 @@ jobs:
483
-v $PWD/gateway:/gateway
484
-v $PWD/front/src/common/api:/app/src/common/api
485
${{ fromJSON(needs.build.outputs.stable_tags).front-build }}
486
+ rm -rf /app/node_modules &&
487
npm run generate-types
488
489
- name: Check for unexpected changes
0 commit comments