daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

commit 95e6a46c2ee1b4324c2adef63ac91f50deadbc42
parent ab01442c62bdc940441790b5f2e2949baedfd85a
Author: Marcel <mtrnord1@gmail.com>
Date:   Sat, 25 Jul 2020 04:19:28 +0200

Fix netlify.toml to use new cargo make

Took 2 minutes

Diffstat:
Mnetlify.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netlify.toml b/netlify.toml @@ -8,4 +8,4 @@ publish = "dist/" # Default build command. - command = "(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y) && source $HOME/.cargo/env && rustup target add wasm32-unknown-unknown && npm run build" + command = "(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y) && source $HOME/.cargo/env && rustup target add wasm32-unknown-unknown && cargo make dist"