adding debug message

This commit is contained in:
Andy Pack 2023-05-01 09:06:08 +01:00
parent bb9f170134
commit 92bfc10113
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -5,6 +5,7 @@ RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
COPY . ./
RUN wasm-pack build --release
RUN ls
RUN cargo doc --no-deps --document-private-items
FROM node:18 AS js-build