Skip to content

Commit

Permalink
refactor: rename and restructure /tools folder (#503)
Browse files Browse the repository at this point in the history
Description

This PR fixes #470 

Notes for Reviewers
rename and restructure /tools folder

---------

Signed-off-by: Jigar Rathod <jigarrathod2704@gmail.com>
  • Loading branch information
rj2704 authored Sep 5, 2023
1 parent 52995bf commit 93f7337
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"lock": false,
"tasks": {
"init:stripe": "deno run --allow-read --allow-env --allow-net tools/init_stripe.ts",
"db:dump": "deno run --allow-read --allow-env --unstable tools/dump_kv.ts",
"db:seed": "deno run --allow-read --allow-env --allow-net --unstable tools/seed_submissions.ts",
"init:stripe": "deno run --allow-read --allow-env --allow-net tasks/init_stripe.ts",
"db:dump": "deno run --allow-read --allow-env --unstable tasks/db_dump.ts",
"db:seed": "deno run --allow-read --allow-env --allow-net --unstable tasks/db_seed.ts",
"db:migrate": "deno run --allow-read --allow-env --allow-net --unstable tasks/db_migrate.ts",
"db:reset": "deno run --allow-read --allow-env --unstable tools/reset_kv.ts",
"db:reset": "deno run --allow-read --allow-env --unstable tasks/db_reset.ts",
"start": "deno run --unstable -A --watch=static/,routes/ dev.ts",
"test": "KV_PATH=:memory: deno test -A --unstable --parallel --coverage=./cov --doc",
"check:license": "deno run --allow-read --allow-write tools/check_license.ts",
"check:license": "deno run --allow-read --allow-write tasks/check_license.ts",
"check:types": "deno check **/*.ts && deno check **/*.tsx",
"ok": "deno fmt --check && deno lint && deno task check:license --check && deno task check:types && deno task test",
"cov": "deno coverage ./cov/ --lcov --exclude='test.ts' > cov.lcov",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

1 comment on commit 93f7337

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 93f7337 Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

HTTP status server error (503 Service Unavailable) for url (https://raw.githubusercontent.com/lino-levan/deno_std/feat-ulid/yaml/_loader/loader.ts)

Please sign in to comment.