Skip to content

Commit 1716f74

Browse files
authored
fix(rspeedy/core): avoid pre-publish build (#479)
<!-- Thank you for submitting a pull request! We appreciate the time and effort you have invested in making these changes. Please ensure that you provide enough information to allow others to review your pull request. Upon submission, your pull request will be automatically assigned with reviewers. If you want to learn more about contributing to this project, please visit: https://github.com/lynx-family/lynx-stack/blob/main/CONTRIBUTING.md. --> ## Summary <!-- Can you explain the reasoning behind implementing this change? What problem or issue does this pull request resolve? --> Fix an regression of #478: "error TS2307: Cannot find module '@lynx-js/rspeedy/register' or its corresponding type declarations." > https://github.com/lynx-family/lynx-stack/actions/runs/14280496355/job/40029566753 <!-- It would be helpful if you could provide any relevant context, such as GitHub issues or related discussions. --> ## Checklist <!--- Check and mark with an "x" --> - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
1 parent 8eff9dd commit 1716f74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/rspeedy/core/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"scripts": {
4949
"api-extractor": "api-extractor run --verbose",
5050
"build": "rslib build",
51-
"prepublishOnly": "rslib build",
5251
"test": "pnpm -w run test --project rspeedy",
5352
"test:type": "vitest --typecheck.only"
5453
},

0 commit comments

Comments
 (0)