Skip to content

Commit

Permalink
feat: switch back to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
nexpid committed Mar 9, 2024
1 parent f8268e3 commit 67972ed
Show file tree
Hide file tree
Showing 5 changed files with 556 additions and 7,541 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
- uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: |
bun i
run: bun i

- name: Build
run: bun run build
run: bun run build-bun

- name: Push builds
run: |
Expand All @@ -47,4 +46,3 @@ jobs:
if: ${{ false }}
run: |
curl https://purge.jsdelivr.net/gh/revenge-mod/builds
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ A modification for Discord mobile apps. Continuation of [Vendetta](https://githu
3. Install dependencies
```
npm install
pnpm install
```
4. Build Revenge
```
npm run build
pnpm run build
```
5. In the newly created `dist` directory, run a HTTP server. We recommend [http-server](https://www.npmjs.com/package/http-server).
Expand Down
Binary file removed bun.lockb
Binary file not shown.
Loading

0 comments on commit 67972ed

Please sign in to comment.