aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd04c15..b9b8a85 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ watch:
while true; do find . | entr -d -s 'make all'; done
js:
- deno bundle --no-check --config tsconfig.json static/js/index.ts assets/js/index.js
+ deno run --allow-all static/js/bundle.ts
hugo:
rm -rf public