From 40af02dfa1540185af4e5a2958eae7d6a33a2eca Mon Sep 17 00:00:00 2001 From: NuclearRedeye Date: Sat, 28 Oct 2023 09:34:09 +0100 Subject: [PATCH] test: github actions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad377c5..56dd5f5 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ clean: node_modules: package.json @echo "Installing dependencies..." @$(DOCKER) node:$(NODE_VERSION) npm install - @touch node_modules +# @touch node_modules # Target to create the output directories. out/debug out/release: