mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-18 21:43:06 +02:00
ci: fix npm install
This commit is contained in:
parent
4a7e7ee109
commit
4b51f5b439
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ ENV TASKRC="/.taskrc"
|
|||
ENV TASKDATA="/.task"
|
||||
|
||||
# Frontend
|
||||
RUN cd /src/frontend && npm install \
|
||||
RUN cd /src/frontend && npm install --legacy-peer-deps \
|
||||
&& npm run build && npm run export \
|
||||
&& cp -r /src/frontend/dist /static \
|
||||
&& rm -r /src/frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue