Skip to content

Commit

Permalink
Add missing frozen flag
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 Jul 13, 2024
1 parent 851f0f8 commit 31cbf14
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
Expand Up @@ -8,7 +8,7 @@
"dev:dbmate": "deno run -A --no-lock npm:dbmate -u 'sqlite:./data/app.db' -d ./src/database/migrations --no-dump-schema",
"deps:check": "deno cache --frozen src/**/*.ts src/**/*.tsx ./.bin/*.ts",
"deps:lock": "deno cache --frozen=false src/**/*.ts src/**/*.tsx ./.bin/*.ts",
"deps": "deno cache --reload src/**/*.ts src/**/*.tsx ./.bin/*.ts"
"deps": "deno cache --reload --frozen src/**/*.ts src/**/*.tsx ./.bin/*.ts"
},
"compilerOptions": {
"jsx": "precompile",
Expand Down

0 comments on commit 31cbf14

Please sign in to comment.