qa: migration to SvelteKit 2 + Sveltestrap 6
This commit is contained in:
parent
4dedcfc420
commit
a043138a63
28 changed files with 806 additions and 259 deletions
|
@ -5,7 +5,6 @@ WORKDIR /ui
|
|||
COPY qa/ui/ .
|
||||
|
||||
RUN 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
|
||||
|
||||
|
||||
|
|
Reference in a new issue