From db6df7dfe3c8b7356bfb66a6d1ca606990bdee29 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sat, 10 Apr 2021 17:38:30 +0200 Subject: [PATCH] build for release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1f07fd..54898d6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: credger public/js/app.min.js credger: credger.cr ledger.cr shard.lock - crystal build $< + crystal build --release $< public/js/app.js: public/ts/app.ts public/ts/services/API.ts public/ts/components/dashboard.ts public/ts/components/bucket.ts -./public/vendor/node_modules/.bin/tsc --project ./public/tsconfig.json