CI: Fix compilation problems
This commit is contained in:
parent
a255480195
commit
3c42bef298
3 changed files with 7 additions and 2 deletions
|
|
@ -64,6 +64,7 @@ steps:
|
|||
- apk --no-cache add python2 build-base
|
||||
- cd frontend/ui
|
||||
- npm install --network-timeout=100000
|
||||
- sed -i 's!@popperjs/core/dist/esm/popper!@popperjs/core!' node_modules/sveltestrap/src/*.js node_modules/sveltestrap/src/*.svelte
|
||||
- npm run build
|
||||
|
||||
- name: build dashboard
|
||||
|
|
@ -273,6 +274,7 @@ steps:
|
|||
- apk --no-cache add python2 build-base
|
||||
- cd frontend/ui
|
||||
- npm install --network-timeout=100000
|
||||
- sed -i 's!@popperjs/core/dist/esm/popper!@popperjs/core!' node_modules/sveltestrap/src/*.js node_modules/sveltestrap/src/*.svelte
|
||||
- npm run build
|
||||
|
||||
- name: build dashboard
|
||||
|
|
|
|||
Reference in a new issue