Fix build.sh\n\nPackage.json scripts were renamed from gen to build and debug

This commit is contained in:
Marco Massarelli 2023-05-20 22:45:12 -04:00
parent a282dfa962
commit e46068fc96
1 changed files with 1 additions and 1 deletions

View File

@ -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"