Skip to content

Commit 059f4a8

Browse files
committed
Add deno.json?
1 parent 9c48297 commit 059f4a8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

cli/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
!fontgen.ts
1010
!test.ts
1111
!utils.ts
12+
!deno.json
1213
!deno.lock

cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test: fontgen check
1717
deno test --allow-env --allow-read --allow-net --allow-write --allow-run test.ts
1818

1919
build: fontgen check
20-
deno run --allow-env --allow-read --allow-net --allow-write --allow-run --lock --frozen bundle.ts
20+
deno run --allow-env --allow-read --allow-net --allow-write --allow-run bundle.ts
2121

2222
install: build
2323
deno install $(DENO_PERMISSIONS) -f -n fabric bundled.ts

cli/deno.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"lock": {
3+
"frozen": true
4+
}
5+
}

0 commit comments

Comments
 (0)