-
-
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.
chore(task): bump molt version for update tasks
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
"test": "deno test -A --no-check --parallel", | ||
"build": "mkdir -p ./dist && deno run -A ./bin/bundle.ts", | ||
"dev": "deno fmt && deno lint && deno task -q check && deno task -q lock && deno task -q test", | ||
"run": "deno run --allow-read --allow-env --allow-net=deno.land,registry.npmjs.org", | ||
"update": "deno task -q run https://deno.land/x/[email protected]/cli.ts check ./**/*.ts" | ||
"update": "deno run --allow-read --allow-env --allow-net=deno.land,registry.npmjs.org https://deno.land/x/[email protected]/cli.ts ./**/*.ts" | ||
"update:commit": "deno task -q update --commit --pre-commit=fmt,lock --prefix 'build(deps):'" | ||
}, | ||
"exclude": [ | ||
"dist/", | ||
|