Revert to debug Ergogen build
This commit is contained in:
parent
56cbe8dc96
commit
9e2dddfa35
2
build.sh
2
build.sh
|
|
@ -32,7 +32,7 @@ if [ -e logs/freerouting.log ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Generate unrouted PCBs with Ergogen (definition in package.json)
|
# Generate unrouted PCBs with Ergogen (definition in package.json)
|
||||||
npm run build
|
npm run debug
|
||||||
|
|
||||||
# Restore manually routed files
|
# Restore manually routed files
|
||||||
if [ -e ergogen/tmp/*_manually_routed.kicad_pcb ]; then
|
if [ -e ergogen/tmp/*_manually_routed.kicad_pcb ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue