8000 make bedrock not mineable · dustproject/dust@0a1c35b · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

make bedrock not mineable #922

make bedrock not mineable

make bedrock not mineable #922

Workflow file for this run

name: Publish package preview
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: pnpm install
- run: pnpm build
- run: pnpm dlx pkg-pr-new publish --comment=off --pnpm './packages/*'
0