From e46068fc967fe25f5010804c8f8fc61e82690f1a Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Sat, 20 May 2023 22:45:12 -0400 Subject: [PATCH] Fix build.sh\n\nPackage.json scripts were renamed from gen to build and debug --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c3c2927..a810002 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ container_args="-w /board -v $(pwd):/board --rm" rm -rf ergogen/output # Generate unrouted PCBs with Ergogen (definition in package.json) -npm run gen +npm run debug # Define the boards to autoroute and export, and the plates boards="corney_island"