ci: fix docker build error
This commit is contained in:
@@ -9,6 +9,7 @@ COPY package*.json ./
|
||||
# Copy local dependencies for CI tests
|
||||
COPY spec/dependencies spec/dependencies
|
||||
|
||||
RUN npm cache clean --force
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user