Skip to content
Snippets Groups Projects
Commit 9b74ab16 authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

build: fix webui build for packages

parent 9db334d5
No related branches found
No related tags found
1 merge request!1147build: fix webui build for packages
Pipeline #45369 failed
......@@ -77,11 +77,11 @@ k6:
# the behavior of build.rs `build_webui()`, but uses a different out_dir
# `picodata-webui/dist` instead of `target/debug/build/picodata-webui`
build-webui-bundle:
yarn --cwd picodata-webui install \
yarn --cwd webui install \
--prefer-offline \
--frozen-lockfile \
--no-progress \
--non-interactive
yarn --cwd picodata-webui vite build \
yarn --cwd webui vite build \
--outDir dist \
--emptyOutDir
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment