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 9de3a98 commit 13f5ebdCopy full SHA for 13f5ebd
.github/workflows/build.yml
@@ -511,6 +511,8 @@ jobs:
511
ls bins
512
- name: Move binaries to standalone prebuilt binary modules
513
run: npx --no vite-node ./scripts/movePrebuiltBinariesToStandaloneModules.ts
514
+ - name: Setup tmate session
515
+ uses: mxschmitt/action-tmate@v3
516
- name: Prepare standalone prebuilt binary modules
517
run: npx --no vite-node ./scripts/prepareStandalonePrebuiltBinaryModules.ts
518
- name: Add "postinstall" script to package.json
0 commit comments