switch to proper npm run build for client
This commit is contained in:
parent
2e80cc34a0
commit
374704e9d6
@ -26,5 +26,5 @@ RUN ng config -g cli.warnings.versionMismatch false && \
|
|||||||
cd client && \
|
cd client && \
|
||||||
npm install
|
npm install
|
||||||
RUN cd client && \
|
RUN cd client && \
|
||||||
ng build --prod && \
|
npm run build && \
|
||||||
./node_modules/.bin/compodoc -t -p src/tsconfig.app.json -n 'OpenSlides Documentation' -d ../openslides/static/doc -e html
|
./node_modules/.bin/compodoc -t -p src/tsconfig.app.json -n 'OpenSlides Documentation' -d ../openslides/static/doc -e html
|
||||||
|
Loading…
Reference in New Issue
Block a user