File tree Expand file tree Collapse file tree 3 files changed +2998
-2895
lines changed
Expand file tree Collapse file tree 3 files changed +2998
-2895
lines changed Original file line number Diff line number Diff line change 1818 - name : Install and Build
1919 run : |
2020 curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
21- npm i -g pnpm
21+ npm i -g pnpm@8
2222 cargo build
2323 cd wasm && wasm-pack build --release --scope=gengjiawen
2424 pnpm i
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ RUN git clone --depth 1 "https://github.com/emscripten-core/emsdk.git" $HOME/.em
2323RUN brew install binaryen wabt wasm-pack
2424
2525# fix Node.js path and use latest Node.js
26- RUN brew install n && sudo /home/linuxbrew/.linuxbrew/bin/n latest && sudo /usr/local/bin/npm i -g yarn sao
26+ RUN brew install n && sudo /home/linuxbrew/.linuxbrew/bin/n latest && sudo /usr/local/bin/npm i -g yarn sao pnpm
2727ENV PATH=/usr/local/bin/:$PATH
2828RUN printf "\n export PATH=" /usr/local/bin/:$PATH"\n " >> ~/.bashrc
You can’t perform that action at this time.
0 commit comments