mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
CI: drop "--no-optional" npm flag
This commit is contained in:
@@ -21,7 +21,7 @@ WORKDIR /usr/src/app/
|
||||
COPY . ./
|
||||
|
||||
# Fetch dependencies from npm
|
||||
RUN npm ci --no-optional
|
||||
RUN npm ci
|
||||
|
||||
# Build assets
|
||||
RUN npm run build-assets
|
||||
|
||||
Reference in New Issue
Block a user