diff --git a/netlify.toml b/netlify.toml index b401738..2c2ccdb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] - command = "gatsby build" + command = "bunx --bun gatsby build" publish = "public" \ No newline at end of file diff --git a/package.json b/package.json index 139cd35..80d7651 100644 --- a/package.json +++ b/package.json @@ -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",