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 e9c5e7f commit 04d4cdcCopy full SHA for 04d4cdc
.github/actions/setup/action.yml
@@ -31,8 +31,6 @@ runs:
31
- name: Link binaries and make executable
32
shell: bash
33
run: |
34
- pnpm rebuild --ignore-scripts
35
chmod +x ./packages/translate/dist/index.js
36
echo "Verifying translate-docs binary exists"
37
- ls -la ./node_modules/.bin/translate-docs || true
38
ls -la ./packages/translate/dist/index.js || true
package.json
@@ -19,5 +19,5 @@
19
},
20
"author": "",
21
"license": "ISC",
22
- "packageManager": "[email protected].5"
+ "packageManager": "[email protected].0"
23
}
0 commit comments