fix: formbricks-com build error (#1549)

This commit is contained in:
Matti Nannt
2023-11-01 17:59:16 +01:00
committed by GitHub
parent c1e962b1bf
commit 85b551b61a
4 changed files with 27 additions and 17 deletions
@@ -0,0 +1,26 @@
name: Build
on:
workflow_call:
jobs:
build:
name: Build Formbricks-com
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Install dependencies
run: pnpm install --config.platform=linux --config.architecture=x64
- name: Build Formbricks-com
run: pnpm build --filter=formbricks-com...
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
build:
name: Build Formbricks-web
uses: ./.github/workflows/build.yml
uses: ./.github/workflows/build-web.yml
secrets: inherit
required: