forked from plume/documentation
Update command to build front end in updating instance document
This commit is contained in:
parent
db3187ef88
commit
44b0440678
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ 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
|
||||
cargo web deploy -p plume-front
|
||||
cargo install wasm-pack
|
||||
wasm-pack build --target web --release plume-front
|
||||
|
||||
# Update plm
|
||||
cargo install --path plume-cli --force --features DATABASE
|
||||
|
|
Loading…
Reference in a new issue