Skip to content

Commit

Permalink
chore: rename to lpx
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 10, 2024
1 parent 6d43613 commit 4119499
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 293 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
bin/rpx-linux-x64
bin/rpx-linux-arm64
bin/rpx-windows-x64.exe
bin/rpx-darwin-x64
bin/rpx-darwin-arm64
bin/lpx-linux-x64
bin/lpx-linux-arm64
bin/lpx-windows-x64.exe
bin/lpx-darwin-x64
bin/lpx-darwin-arm64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
286 changes: 0 additions & 286 deletions CHANGELOG.md

This file was deleted.

Binary file added bin/lpx
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"files": ["README.md", "dist"],
"scripts": {
"build": "bun build.ts && bun run compile",
"compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/rpx",
"compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/lpx",
"compile:all": "bun run compile:linux-x64 && bun run compile:linux-arm64 && bun run compile:windows-x64 && bun run compile:darwin-x64 && bun run compile:darwin-arm64",
"compile:linux-x64": "bun build ./bin/cli.ts --compile --minify --target=bun-linux-x64 --outfile bin/lpx-linux-x64",
"compile:linux-arm64": "bun build ./bin/cli.ts --compile --minify --target=bun-linux-arm64 --outfile bin/lpx-linux-arm64",
Expand Down
2 changes: 1 addition & 1 deletion pkgx.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependencies:
bun.sh: ^1.1.34
bun.sh: ^1.1.38

0 comments on commit 4119499

Please sign in to comment.