Skip to content

Commit

Permalink
fix(esbuild-meta): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Jun 20, 2024
1 parent 8a9ef76 commit 7056434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx nx release publish
run: npx nx release
12 changes: 2 additions & 10 deletions packages/esbuild-meta/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# esbuild-meta
# @app-speed/esbuild-meta

This library was generated with [Nx](https://nx.dev).

## Building

Run `nx build esbuild-meta` to build the library.

## Running unit tests

Run `nx test esbuild-meta` to execute the unit tests via [Vitest](https://vitest.dev/).
Esbuild Meta is a cli took to help you analyse the meta output of esbuild

0 comments on commit 7056434

Please sign in to comment.