From 8dbed4c9244192391af3c8ca127a481d893cfb60 Mon Sep 17 00:00:00 2001 From: sehugg Date: Mon, 2 Mar 2026 08:12:41 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20sehugg/8?= =?UTF-8?q?bitworkshop@48aa348ee31ed0099ee239bb38c53c20ea79df58=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 20ee2c07..9dde1e8e 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,7 @@ tsweb: submodules node_modules npm run esbuild-clean (ip addr || ifconfig) | grep inet trap 'kill 0' EXIT; \ + make buildgrammars; \ $(TSC) -w --preserveWatchOutput & \ make watchgrammars & \ npm run esbuild-worker -- --watch & \