-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f59b359
commit 89ab5bf
Showing
2 changed files
with
7 additions
and
5 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 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
] | ||
}, | ||
"tasks": { | ||
"test": "TZ=Z LUME_LOG_LEVEL=NONE deno test -A", | ||
"test": "TZ=Z LUME_LOG_LEVEL=ERROR deno test -A", | ||
"test:update": "deno task test -- --update", | ||
"install": "deno run -A install.ts", | ||
"changelog": "deno run --allow-read --allow-write https://deno.land/x/[email protected]/bin.ts", | ||
|