Skip to content

Commit

Permalink
Merge pull request #51 from denoland/close-23
Browse files Browse the repository at this point in the history
fix: remove `--cached-only` flag from `start` task
  • Loading branch information
iuioiua authored Apr 6, 2023
2 parents 1363cb0 + c87ea60 commit 7e5f27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lock": false,
"tasks": {
"start": "deno run -A --cached-only --watch=static/,routes/ dev.ts",
"start": "deno run -A --watch=static/,routes/ dev.ts",
"test": "deno test -A",
"check:license": "deno run --allow-read tools/check_license.ts"
},
Expand Down

0 comments on commit 7e5f27c

Please sign in to comment.