aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/deno.json
diff options
context:
space:
mode:
authorDeniz Akşimşek <deniz@denizaksimsek.com>2022-06-01 21:07:47 +0300
committerDeniz Akşimşek <deniz@denizaksimsek.com>2022-06-01 21:07:47 +0300
commit347a1a08050af34fcb0936d88b1a9b9fc2854d9e (patch)
tree11ef02edf17e19b4b6e8d17a6d00f61cb71d126d /deno.json
parent4723ab80014bf1530def8892560a017c6e66f03b (diff)
downloadmissing-347a1a08050af34fcb0936d88b1a9b9fc2854d9e.tar.gz
missing-347a1a08050af34fcb0936d88b1a9b9fc2854d9e.zip
add release pages
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno.json b/deno.json
index a1449a7..de0110a 100644
--- a/deno.json
+++ b/deno.json
@@ -2,7 +2,7 @@
"importMap": "import_map.json",
"tasks": {
"prod": "deno task www && deno task archive",
- "dev": "deno task www -s & deno task css -s",
+ "dev": "deno task www -s --dev & deno task css -s",
"css": "deno run -A --unstable build/postcss.ts",
"archive": "./build/version-archive.sh",