mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 08:26:22 +02:00
add rowboatx npm publish flow
This commit is contained in:
parent
428faea4f0
commit
5be3b5c62f
2 changed files with 63 additions and 1 deletions
23
.github/workflows/rowboat-build.yml
vendored
23
.github/workflows/rowboat-build.yml
vendored
|
|
@ -23,4 +23,25 @@ jobs:
|
|||
|
||||
- name: Build Rowboat
|
||||
run: npm run build
|
||||
working-directory: apps/rowboat
|
||||
working-directory: apps/rowboat
|
||||
|
||||
build-rowboatx:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
cache-dependency-path: 'apps/rowboat/package-lock.json'
|
||||
node-version: '24'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
working-directory: apps/cli
|
||||
|
||||
- name: Build Rowboat
|
||||
run: npm run build
|
||||
working-directory: apps/cli
|
||||
Loading…
Add table
Add a link
Reference in a new issue