Skip to content

Commit

Permalink
remove pnpm build from devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode committed Oct 24, 2023
1 parent da77212 commit a61be23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ ARG POLKADOT_VERSION=1.1.0

WORKDIR /bin

RUN pnpm build

RUN curl -fsSL -O https://github.com/paritytech/zombienet/releases/download/v${ZOMBIENET_VERSION}/zombienet-linux-x64 \
&& chmod +x zombienet-linux-x64

Expand Down

0 comments on commit a61be23

Please sign in to comment.