fix build error
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-05-31 14:22:48 +03:30
parent 9e92b1012e
commit aa4da4362d
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
legacy-peer-deps=true
+1 -1
View File
@@ -26,7 +26,7 @@ ARG VITE_CONSOLE_URL
ARG VITE_WORKSPACE_ID
ARG VITE_HELP_URL
COPY package*.json package-lock.json* ./
COPY package*.json package-lock.json* .npmrc ./
RUN npm ci --loglevel info || npm install --loglevel info
COPY . ./
RUN set -e; \
-1
View File
@@ -40,7 +40,6 @@
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^3.5.0",
"react-multi-date-picker": "^4.5.2",
"react-quill": "^2.0.0",
"react-quill-new": "^3.6.0",
"react-router-dom": "^7.5.2",
"react-spinners": "^0.17.0",