mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-21 20:18:11 +02:00
wip-electron
This commit is contained in:
parent
c637cb49ac
commit
2491bacea1
17 changed files with 8098 additions and 517 deletions
12
build-electron.sh
Normal file
12
build-electron.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# build rowboatx next.js app
|
||||
(cd apps/rowboatx && \
|
||||
npm install && \
|
||||
npm run build)
|
||||
|
||||
# build rowboat server
|
||||
(cd apps/cli && \
|
||||
npm install && \
|
||||
npm run build)
|
||||
Loading…
Add table
Add a link
Reference in a new issue