Update frontend compiler for 0.6.1-dev

pull/123/head
iamdoubz 3 years ago
parent d6e3b9baaf
commit d3ea4d3e86

@ -10,9 +10,13 @@ Replace `DATABASE` with either postgres or sqlite depending on what you are usin
git pull origin master
git checkout PLUME_VERSION # Skip this step if you want to use master, and not a tagged release
# Build the front-end
# Build the front-end (using tagged release <= 0.6.0)
cargo web deploy -p plume-front
# Build the front-end (using tagged release >= 0.6.1)
cargo install wasm-pack
wasm-pack build --target web --release plume-front
# Update plm
cargo install --path plume-cli --force --features DATABASE
# Update plume

Loading…
Cancel
Save