Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bun #86

Merged
merged 5 commits into from
Apr 5, 2024
Merged

Bun #86

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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