Skip to content

Commit

Permalink
Ignore scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Feb 5, 2025
1 parent 5cb68cc commit 5c1dc81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ jobs:
run: |
sudo pkg install -y -f curl node libnghttp2 npm
sudo npm install -g pnpm --unsafe-perm=true
node --version
pnpm --version
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal --default-toolchain beta
source "$HOME/.cargo/env"
Expand All @@ -174,7 +172,7 @@ jobs:
node -v
echo "~~~~ pnpm --version ~~~~"
pnpm --version
pnpm install || true
pnpm install --ignore-scripts --filter=!./playgrounds/* || true
pnpm run --filter ${{ env.OXIDE_LOCATION }} build
strip -x ${{ env.OXIDE_LOCATION }}/*.node
ls -la ${{ env.OXIDE_LOCATION }}
Expand Down

0 comments on commit 5c1dc81

Please sign in to comment.