We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnpm install
1 parent a7d8371 commit 6fffcfdCopy full SHA for 6fffcfd
.github/workflows/prepare-release.yml
@@ -164,13 +164,13 @@ jobs:
164
curl https://sh.rustup.rs -sSf --output rustup.sh
165
sh rustup.sh -y --profile minimal --default-toolchain beta
166
source "$HOME/.cargo/env"
167
+ pnpm install --ignore-scripts --filter=!./playgrounds/* || true
168
echo "~~~~ rustc --version ~~~~"
169
rustc --version
170
echo "~~~~ node -v ~~~~"
171
node -v
172
echo "~~~~ pnpm --version ~~~~"
173
pnpm --version
- pnpm install --ignore-scripts --filter=!./playgrounds/* || true
174
pnpm run --filter ${{ env.OXIDE_LOCATION }} build
175
strip -x ${{ env.OXIDE_LOCATION }}/*.node
176
ls -la ${{ env.OXIDE_LOCATION }}
0 commit comments