rename board

This commit is contained in:
Stefan Schwarz 2022-03-25 01:35:34 +01:00
parent b38acb52b0
commit 930052bd6d
3 changed files with 189 additions and 115 deletions

View file

@ -1,3 +1,6 @@
all:
node src/cli.js 45treus.yaml -o output
all: node_modules
node src/cli.js 23treus.yaml -o output
cp output/pcbs/main.kicad_pcb kicad/45treus/
node_modules:
npm ci