mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
Revert "Install rustfmt and cargo-clippy explicitly in dev env"
This reverts commit 347bc653d8
.
This commit is contained in:
parent
0ef4a06565
commit
49b2296015
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ RUN chmod a+x ./wasm-deps.sh && sleep 1 && ./wasm-deps.sh
|
|||
|
||||
WORKDIR /app
|
||||
COPY Cargo.toml Cargo.lock rust-toolchain ./
|
||||
RUN rustup component add rustfmt clippy
|
||||
RUN cargo install wasm-pack
|
||||
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in a new issue