diff --git a/action.yml b/action.yml index f55ecbb..01f674e 100644 --- a/action.yml +++ b/action.yml @@ -49,8 +49,7 @@ runs: run: | bun add -DE @vercel/ncc echo "Compiling plugin..." - bun ncc build ${{ inputs.pluginEntry }} --external "./tests" -m ${{ inputs.sourcemap == 'true' && '-s' || '' }} - -o dist + bun ncc build ${{ inputs.pluginEntry }} --external "./tests" -m ${{ inputs.sourcemap == 'true' && '-s' || '' }} -o dist echo "Compiling plugin types..." bun ncc build ${{ inputs.schemaPath }} --external "./tests" -m -o plugin