Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,11 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile

- name: Build dependencies
run: |
bun run build:deps
bun run --filter '@node-minify/core' build

# The action bundles 7 workspace packages (benchmark, core, esbuild, oxc,
# swc, terser, utils), so build the whole workspace. The root script
# already orders utils first and the action last.
- name: Build action
run: bun run build
working-directory: packages/action

- name: Get version
id: version
Expand Down
Loading