Skip to content

Commit

Permalink
chore: test installation with bun
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Nov 17, 2024
1 parent a171649 commit e97f622
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e97f622

Please sign in to comment.