Update meta scripts

This commit is contained in:
Joscha 2025-03-02 17:39:50 +01:00
parent 3109f510fd
commit 972263a9d4
9 changed files with 82 additions and 17 deletions

11
meta/build-thermal-printer-ui Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env fish
pnpm install --recursive
or return 1
pushd showbits-thermal-printer-ui
pnpm build
or return 1
popd