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
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,3 +4,5 @@
|
|||
|
||||
# Generated Files
|
||||
*.generated.*
|
||||
generated/*/**
|
||||
src/generated/*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
scripts:
|
||||
dev:
|
||||
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:
|
||||
desc: Cache all Dependencies
|
||||
|
@ -11,7 +11,7 @@ scripts:
|
|||
desc: Start Dreamland in Prod Mode
|
||||
cmd:
|
||||
- vr gen
|
||||
- deno run -A --unstable ./src/index.ts
|
||||
- deno run -A --unstable ./index.ts
|
||||
|
||||
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
|
||||
|
||||
s3:
|
||||
desc: Test S3 Module
|
||||
desc: Generate S3 Routes
|
||||
cmd: deno run --unstable -A --no-check --no-prompt ./scripts/s3.ts
|
||||
|
|
Loading…
Add table
Reference in a new issue