Skip to content

Commit

Permalink
Fix duplicated CLI flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 8, 2025
1 parent 0daa263 commit 5d1babc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"deps": "nix --version && nil --version && deno --version && dprint --version",
"cache": "deno cache --node-modules-dir npm:stylelint-config-recommended@14.0.1",
"fmt": "dprint fmt && nix fmt ./*.nix",
"get-dependencies": "mkdir -p public/vendor && curl -OL https://raw.githubusercontent.com/tiaanduplessis/nanoreset/94bad84b5d1044651e333a283af6db2e54648e74/nanoreset.min.css --output-dir public/vendor --output-dir public/vendor"
"get-dependencies": "mkdir -p public/vendor && curl -OL https://raw.githubusercontent.com/tiaanduplessis/nanoreset/94bad84b5d1044651e333a283af6db2e54648e74/nanoreset.min.css --output-dir public/vendor"
}
}

0 comments on commit 5d1babc

Please sign in to comment.