Skip to content

Commit

Permalink
hotfix: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
nyaomaru committed Aug 10, 2024
1 parent 21dcd67 commit 19b93f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -",
"manifest": "deno task cli manifest $(pwd)",
"start": "deno run -A --watch=src/static/,src/routes/ src/dev.ts",
"build": "deno run -A dev.ts build",
"preview": "deno run -A main.ts",
"build": "deno run -A src/dev.ts build",
"preview": "deno run -A src/main.ts",
"update": "deno run -A -r https://fresh.deno.dev/update ."
},
"lint": {
Expand Down

0 comments on commit 19b93f4

Please sign in to comment.