chore: Fix failing circleci build script (fixes #617)

This commit is contained in:
Nathan Adams 2020-05-22 09:46:31 +02:00 committed by Mike Welsh
parent 94f2154514
commit 596da722b3
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ jobs:
name: Web Build name: Web Build
command: | command: |
cd web cd web
npm run bootsrap npm run bootstrap
npm run build -- --mode=production npm run build -- --mode=production
# Package the web self-hosted binary # Package the web self-hosted binary