mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
ci: fix publish (#775)
This commit is contained in:
@@ -20,8 +20,10 @@ WORKDIR /usr/src/app/
|
||||
# Copy project files
|
||||
COPY . ./
|
||||
|
||||
RUN corepack enable && corepack install
|
||||
|
||||
# Fetch dependencies from npm
|
||||
RUN pnpm install --frozen-lockfile --legacy-peer-deps
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
# Build assets
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user