adding debug message
This commit is contained in:
parent
bb9f170134
commit
92bfc10113
@ -5,6 +5,7 @@ RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
|||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
RUN wasm-pack build --release
|
RUN wasm-pack build --release
|
||||||
|
RUN ls
|
||||||
RUN cargo doc --no-deps --document-private-items
|
RUN cargo doc --no-deps --document-private-items
|
||||||
|
|
||||||
FROM node:18 AS js-build
|
FROM node:18 AS js-build
|
||||||
|
Loading…
Reference in New Issue
Block a user