aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-11-20 13:37:47 -0500
committertdro <tdro@noreply.example.com>2023-11-20 13:37:47 -0500
commit1a437270dfaabe0edef26e465aadb4bcc7700473 (patch)
tree99ca6f02405c3ca0df2b8755d095b172928d3e6d /Makefile
parent2f876ba73cd40fed865ab6c725939fe86d1c9cf4 (diff)
downloadcanory-1a437270dfaabe0edef26e465aadb4bcc7700473.tar.gz
canory-1a437270dfaabe0edef26e465aadb4bcc7700473.tar.bz2
canory-1a437270dfaabe0edef26e465aadb4bcc7700473.zip
static/js/bundle.ts -> static/js/index-bundle.ts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b1ac99..f623415 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ build-config: # Build configuration files
yj -yt -i < config.yaml > config.toml
build-js: # Build js bundle
- deno run --allow-all static/js/bundle.ts
+ deno run --allow-all static/js/index-bundle.ts
build-site: # Build site
rm -rf public