Skip to content

Commit

Permalink
Experience with cache 2
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com>
  • Loading branch information
M4RC3L05 committed Oct 2, 2024
1 parent 9e90e0f commit ed3d549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"run": "./scripts/bundle.ts && ./scripts/embed.ts && deno run --allow-env=ENV --allow-net=127.0.0.1 --cached-only src/main.ts",
"compile": "./scripts/bundle.ts && ./scripts/embed.ts && deno compile --allow-env=ENV --allow-net=127.0.0.1 --cached-only --env=.env -o ./.bin/denotag ./src/main.ts",
"deps:lock": "deno cache --frozen=false src/**/*.ts src/**/*.tsx",
"deps": "deno cache --reload src/**/*.ts src/**/*.tsx"
"deps:force": "deno cache --reload src/**/*.ts src/**/*.tsx",
"deps": "deno cache src/**/*.ts src/**/*.tsx"
},
"compilerOptions": {
"lib": ["DOM", "deno.ns"],
Expand Down

0 comments on commit ed3d549

Please sign in to comment.