Skip to content

Commit d6780d4

Browse files
committed
feat(deno.json): add prepare task
1 parent c98da51 commit d6780d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"tasks": {
3+
"prepare":"cp -r :year/day/:day",
34
"serve": "deno run -A main.ts",
45
"solve": "./bin/aoc.ts solve"
56
},

0 commit comments

Comments
 (0)