edit script yaml and add paths to gitignore
This commit is contained in:
parent
72c5fe3519
commit
11b2a8aa7c
2 changed files with 6 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,4 +3,6 @@
|
||||||
|
|
||||||
|
|
||||||
# Generated Files
|
# Generated Files
|
||||||
*.generated.*
|
*.generated.*
|
||||||
|
generated/*/**
|
||||||
|
src/generated/*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
scripts:
|
scripts:
|
||||||
dev:
|
dev:
|
||||||
desc: Run Dreamland in Dev Mode
|
desc: Run Dreamland in Dev Mode
|
||||||
cmd: deno run -A https://deno.land/x/denon/denon.ts run -A --unstable ./src/index.ts
|
cmd: deno run -A https://deno.land/x/denon/denon.ts run -A --unstable ./index.ts
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
desc: Cache all Dependencies
|
desc: Cache all Dependencies
|
||||||
|
@ -11,7 +11,7 @@ scripts:
|
||||||
desc: Start Dreamland in Prod Mode
|
desc: Start Dreamland in Prod Mode
|
||||||
cmd:
|
cmd:
|
||||||
- vr gen
|
- vr gen
|
||||||
- deno run -A --unstable ./src/index.ts
|
- deno run -A --unstable ./index.ts
|
||||||
|
|
||||||
funny:
|
funny:
|
||||||
desc: Send a Request to IPv4.party because it's funny
|
desc: Send a Request to IPv4.party because it's funny
|
||||||
|
@ -29,5 +29,5 @@ scripts:
|
||||||
cmd: deno run --unstable --allow-write --allow-read --no-check --no-prompt --allow-env ./scripts/routes.ts
|
cmd: deno run --unstable --allow-write --allow-read --no-check --no-prompt --allow-env ./scripts/routes.ts
|
||||||
|
|
||||||
s3:
|
s3:
|
||||||
desc: Test S3 Module
|
desc: Generate S3 Routes
|
||||||
cmd: deno run --unstable -A --no-check --no-prompt ./scripts/s3.ts
|
cmd: deno run --unstable -A --no-check --no-prompt ./scripts/s3.ts
|
||||||
|
|
Loading…
Add table
Reference in a new issue