dropping ls debug message

This commit is contained in:
Andy Pack 2023-05-01 09:13:34 +01:00
parent 2d983000cd
commit 89bdfabb6e
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -6,7 +6,6 @@ COPY . /draught
WORKDIR /draught
RUN wasm-pack build --release
RUN ls
RUN cargo doc --no-deps --document-private-items
FROM node:18 AS js-build