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.
1 parent da6235b commit 74935d8Copy full SHA for 74935d8
.github/workflows/release.yml
@@ -15,12 +15,6 @@ jobs:
15
- name: Check out code
16
uses: actions/checkout@v4
17
18
- - name: Install Rust
19
- uses: actions-rs/toolchain@v1
20
- with:
21
- toolchain: nightly
22
- override: true
23
-
24
- name: Setup Node.js environment
25
uses: actions/setup-node@v4
26
with:
package.json
@@ -24,7 +24,7 @@
"postinstall": "npx husky",
"typecheck": "turbo run typecheck",
"reset-node-modules": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' + && yarn cache clean && yarn",
27
- "release": "yarn build:crates && yarn build:packages && changeset publish"
+ "release": "yarn build:packages && changeset publish"
28
},
29
"devDependencies": {
30
"@hyperdrive/prettier-config": "*",
0 commit comments