CI: drop "--no-optional" npm flag

This commit is contained in:
Jesse Chan
2021-11-19 18:54:50 -08:00
parent 20e128a98f
commit e18c2fa6e1
5 changed files with 5 additions and 5 deletions

View File

@@ -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