switch to proper npm run build for client

This commit is contained in:
Jochen Saalfeld 2019-02-18 10:37:12 +01:00
parent 2e80cc34a0
commit 374704e9d6
No known key found for this signature in database
GPG Key ID: 8ACD4E8264B67DF4
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ RUN ng config -g cli.warnings.versionMismatch false && \
cd client && \
npm install
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