Skip to content

Commit

Permalink
Bun (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
torn4dom4n and autofix-ci[bot] authored Apr 5, 2024
1 parent 465f1ab commit ba87c26
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 18,142 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@ jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout your repository using git
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
- name: Install Bun
uses: oven-sh/setup-bun@v1
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: package-lock.json
bun-version: latest

- name: Install dependencies
run: npm install
run: bun install

- name: Format with Prettier
run: npx prettier -w . "!.github"
run: bunx prettier -w . "!.github"

- name: Run autofix.ci
uses: autofix-ci/action@v1.3
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.cache
package-lock.json
public
static
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Gatsby Starter Emilia is a minimalistic portfolio/photography site that features
To install and run the starter, follow these steps:

```bash
npm install
npm run develop
bun install
bun run develop
```

The site will now be running at `http://localhost:8000`!
Expand Down
Binary file added bun.lockb
Binary file not shown.
Loading

0 comments on commit ba87c26

Please sign in to comment.