This commit is contained in:
2026-01-05 12:20:35 -08:00
parent bb1dcd7418
commit d1422cb1b4
5 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ runs:
working-directory: ${{ inputs.workingDirectory }}
shell: bash
- name: "Build package"
if: ${{ inputs.buildScript != '' }}
if: ${{ inputs.buildScript }}
run: npm run ${{ inputs.buildScript }}
working-directory: ${{ inputs.workingDirectory }}
shell: bash