Skip to content

Commit

Permalink
revert...
Browse files Browse the repository at this point in the history
Update Netlify build command and disable Deno lock file

Switched the Netlify build command to use "deno task lume" for consistency with the project's tooling. Disabled the Deno lock file to allow more flexible dependency resolution.
  • Loading branch information
kudoh committed Jan 26, 2025
1 parent 2f207d4 commit 1cbc80d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lock": true,
"lock": false,
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "npm:react",
Expand Down
3 changes: 2 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF src lume _config.ts deno.json netlify.toml"

# Default build command.
command = "./build-netlify.sh"
command = "deno task lume"
# command = "./build-netlify.sh"

[build.environment]
NODE_VERSION="22"
Expand Down

0 comments on commit 1cbc80d

Please sign in to comment.