-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(examples): move examples to hasundue/lophus-by-example
- Loading branch information
Showing
12 changed files
with
3 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
{ | ||
"tasks": { | ||
"cache": "deno cache ./**/*.ts", | ||
"cache": "deno cache --lock=deno.lock --lock-write ./**/*.ts" | ||
"check": "deno check ./**/*.ts", | ||
"test": "deno test -A --no-check", | ||
"build": "mkdir -p ./dist && deno run -A ./bin/bundle.ts", | ||
"docgen": "deno run -A ./bin/docgen.ts && deno fmt ./docs/EXAMPLES.md", | ||
"ci": "deno task docgen && deno fmt && deno task check && deno task test", | ||
"run": "deno run -A ./bin/run_example.ts" | ||
"dev": "deno fmt && deno task -q check && deno task -q test", | ||
}, | ||
"exclude": ["dist/"], | ||
"lock": false | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.