Skip to content

Commit

Permalink
fix(esbuild-meta): improve release ci (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Jun 17, 2024
2 parents 17e4615 + 8cbcaa6 commit be01f96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 42 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: RELEASE
on: [workflow_dispatch]
on:
push:
branches:
- main

jobs:
main:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-meta/src/lib/filter-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const distPath = {
alias: 'd',
type: 'string',
default: 'dist',
description: 'The path to the dist folder'
description: 'The path to the stats.json file'
} as const satisfies Options;

const outPath = {
Expand Down
40 changes: 0 additions & 40 deletions release.config.js

This file was deleted.

0 comments on commit be01f96

Please sign in to comment.