mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
fix build failed
This commit is contained in:
@@ -11,11 +11,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
runs-on: ubuntu-latest
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
platform: [macos-latest, windows-latest, ubuntu-latest]
|
|
||||||
runs-on: ${{ matrix.platform }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@ WORKDIR /usr/src/packages
|
|||||||
# Copy root package.json
|
# Copy root package.json
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
# Conditonal copy lockfile
|
# Conditonal copy lockfile
|
||||||
COPY yarn.loc[k] ./
|
COPY ./yarn.loc[k] ./
|
||||||
|
|
||||||
# Copy components package.json
|
# Copy components package.json
|
||||||
COPY packages/components/package.json ./packages/components/package.json
|
COPY packages/components/package.json ./packages/components/package.json
|
||||||
|
|||||||
Reference in New Issue
Block a user