Skip to content

Commit

Permalink
test optionalDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchuman committed Mar 1, 2025
1 parent 3577cc3 commit f3d6faf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.9",
"typescript": "^5.8.2"
},
"optionalDependencies": {
"@esbuild/linux-x64": "0.25.0"
}
}
2 changes: 1 addition & 1 deletion sanity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig({
sanitypress({
// licenseKey: process.env.NEXT_PUBLIC_SANITYPRESS_PRO_LICENSE_KEY!,
singletonTypes: ['site'],
defaultLang: DEFAULT_LANG,
// defaultLang: DEFAULT_LANG,
}),
dashboardTool({
name: 'deployment',
Expand Down

0 comments on commit f3d6faf

Please sign in to comment.