Skip to content

Commit

Permalink
fixed deno tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 8, 2023
1 parent eb9cf24 commit a06faa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"tasks": {
"test": "TZ=Z LUME_LOGS=ERROR deno test -A",
"test:update": "deno task test -- --update",
"install": "deno run -A install.ts",
"changelog": "deno run --allow-read --allow-write https://deno.land/x/[email protected]/bin.ts",
"changelog": "deno run --allow-read --allow-write https://deno.land/x/[email protected]/bin.ts",
"update-deps": "deno run -A --quiet 'https://deno.land/x/[email protected]/main.ts' deps/*.ts",
"rollback-exp-deps": "git checkout deps/react.ts && git checkout deps/tailwindcss.ts && git checkout deps/cliffy.ts && git checkout deps/date.ts"
}
Expand Down

0 comments on commit a06faa6

Please sign in to comment.