Update .gitea/workflows/build.yml
This commit is contained in:
@@ -29,9 +29,11 @@ jobs:
|
||||
if: inputs.tech_stack == 'node' || inputs.tech_stack == 'react' || inputs.tech_stack == 'nestjs'
|
||||
run: |
|
||||
if [ -n "${{ inputs.build_command }}" ]; then
|
||||
set -xe
|
||||
echo "Running custom build command"
|
||||
${{ inputs.build_command }}
|
||||
else
|
||||
set -xe
|
||||
npm install
|
||||
npm run build
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user