Skip to content

Commit 3c38fa3

Browse files
allow lightnighcss install through disabling no-optional flag
1 parent 82431b0 commit 3c38fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG CI=true
55

66
# Install front-end dependencies.
77
COPY package.json package-lock.json tsconfig.json webpack.config.js tailwind.config.js ./
8-
RUN npm ci --no-optional --no-audit --progress=false
8+
RUN npm ci --no-audit --progress=false
99

1010
# Compile static files
1111
COPY ./tbx/ ./tbx/

0 commit comments

Comments
 (0)