1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-03-10 21:25:31 +00:00

Merge pull request #219 from fredsa/patch-3

Always make buildgrammars before running tsc
This commit is contained in:
Steven Hugg
2026-03-02 09:10:41 +01:00
committed by GitHub

View File

@@ -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 & \