Skip to content

Commit

Permalink
Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n authored Apr 5, 2024
1 parent ba87c26 commit 6cd068b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
command = "gatsby build"
command = "bunx --bun gatsby build"
publish = "public"
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"description": "Minimalistic portfolio/photography site that features a masonry grid, page transitions, and large images",
"author": "AREA44",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"build": "bunx --bun gatsby build",
"clean": "bunx --bun gatsby clean",
"develop": "bunx --bun gatsby develop",
"format": "prettier -w . --cache",
"serve": "gatsby serve",
"start": "gatsby develop"
"serve": "bunx --bun gatsby serve",
"start": "bunx --bun gatsby develop"
},
"dependencies": {
"@lekoarts/gatsby-theme-emilia": "^5.1.6",
Expand Down

0 comments on commit 6cd068b

Please sign in to comment.