Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0x committed May 31, 2024
1 parent 44d1c66 commit 45afaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@std/path": "jsr:@std/path@^0.221.0"
},
"tasks": {
"bootstrap": "deno run -A bootstrap/bootstrap.ts",
"bootstrap": "deno run -A bootstrap/src/main.ts",
"build": "deno run -A bootstrap/build.ts",
"watch": "sh -c 'fswatch -r -o -l 3 \"$(chezmoi source-path)\" | xargs -n1 -I{} chezmoi apply --verbose'"
}
Expand Down

0 comments on commit 45afaa0

Please sign in to comment.