Fix build.sh\n\nPackage.json scripts were renamed from gen to build and debug
This commit is contained in:
parent
a282dfa962
commit
e46068fc96
2
build.sh
2
build.sh
|
|
@ -8,7 +8,7 @@ container_args="-w /board -v $(pwd):/board --rm"
|
||||||
rm -rf ergogen/output
|
rm -rf ergogen/output
|
||||||
|
|
||||||
# Generate unrouted PCBs with Ergogen (definition in package.json)
|
# 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
|
# Define the boards to autoroute and export, and the plates
|
||||||
boards="corney_island"
|
boards="corney_island"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue