We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a04b3 commit 59a1b42Copy full SHA for 59a1b42
2 files changed
.github/workflows/ci-pre-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: Swatinem/rust-cache@v2
53
54
- name: Install Node dependencies
55
- run: pnpm install
+ run: pnpm install --frozen-lockfile --ignore-scripts
56
57
- name: Check formatting
58
run: cargo fmt --all -- --check
.github/workflows/publish-npm.yml
@@ -51,7 +51,7 @@ jobs:
51
registry-url: 'https://registry.npmjs.org'
- run: pnpm install --frozen-lockfile
- name: Download darwin-arm64 binary
uses: actions/download-artifact@v5
@@ -100,7 +100,6 @@ jobs:
100
101
- name: Build Node packages
102
run: |
103
- pnpm -C packages/core build
104
pnpm -C packages/cli-node build
105
106
- name: Publish @opencode-cloud/cli-node-darwin-arm64
0 commit comments