diff options
Diffstat (limited to 'client-web')
-rw-r--r-- | client-web/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/makefile b/client-web/makefile index cc36a8e..ae70bda 100644 --- a/client-web/makefile +++ b/client-web/makefile @@ -1,4 +1,4 @@ -public/bundle.js: source/* +public/assets/bundle.js: source/* deno bundle --no-check --unstable source/index.ts > $@ |