Skip to content

Commit 04d4cdc

Browse files
committed
feat: link binaries and make executable
1 parent e9c5e7f commit 04d4cdc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ runs:
3131
- name: Link binaries and make executable
3232
shell: bash
3333
run: |
34-
pnpm rebuild --ignore-scripts
3534
chmod +x ./packages/translate/dist/index.js
3635
echo "Verifying translate-docs binary exists"
37-
ls -la ./node_modules/.bin/translate-docs || true
3836
ls -la ./packages/translate/dist/index.js || true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
},
2020
"author": "",
2121
"license": "ISC",
22-
"packageManager": "[email protected].5"
22+
"packageManager": "[email protected].0"
2323
}

0 commit comments

Comments
 (0)