Added explanation why we cp file to pkg

This commit is contained in:
Shing Lyu
2018-12-09 20:12:41 +01:00
parent d2565cd1b0
commit 6435ab3ad4

View File

@@ -1,5 +1,6 @@
# The second cp is due to https://github.com/rustwasm/wasm-pack/issues/240
wasm-pack build --debug && \
cp app/html-console.js pkg
cp app/html-console.js pkg \
cd pkg && \
npm link && \
cd ../app && \