Skip to content

Commit

Permalink
chore: fix turbo config for @custom/website:build
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jan 8, 2024
1 parent 26bb72f commit 498538f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions apps/website/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,16 @@
"netlify/**",
"src/**",
"static/**",
"autoload.mjs",
"gatsby-browser.ts",
"gatsby-config.mjs",
"gatsby-node.mjs",
"gatsby-ssr.ts",
"image.mjs",
"netlify.toml"
],
"outputs": [
".cache/**",
".netlify/**",
"public/**",
".env",
"autoload.mjs",
"netlify.toml",
"styles.css"
]
],
"outputs": [".cache/**", ".netlify/**", "public/**", ".env"]
}
}
}

0 comments on commit 498538f

Please sign in to comment.