Skip to content

Commit

Permalink
Update Deno deps task
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Nov 22, 2023
1 parent 730550d commit 0f4dcf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"lint": "deno lint ./src/",
"test": "deno test --coverage=.coverage",
"coverage": "deno coverage .coverage --lcov --exclude=/src/node/ --exclude=/test/ --exclude=/scripts/ > ./.coverage/coverage.lcov",

"test:watch": "deno test --watch",
"update:version": "deno run --allow-read --allow-write ./scripts/update-version.ts",
"update:deno_deps": "deno run -A https://deno.land/x/udd/main.ts dev_deps.ts ./src/lib/Pastebin.ts ./src/lib/Scraper.ts",
"localTest": "deno run --allow-read --allow-write --allow-run ./scripts/watch-test.ts",
"clean": "rm -r ./coverage",
"npm": "deno run -A ./scripts/build-npm.ts"
Expand Down

0 comments on commit 0f4dcf3

Please sign in to comment.