removed postinstall script (#47907)

* removed postinstall script

fixes: #47904
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

* generate bindings when running the tests

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

---------

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
Erik Jan de Wit 2026-04-13 12:25:57 +02:00 committed by GitHub
parent 8220560210
commit baffa46b22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -293,6 +293,10 @@ jobs:
- uses: ./.github/actions/pnpm-setup
- name: Generate bindings
run: pnpm --fail-if-no-match --filter ${{ env.WORKSPACE }} generate:openapi
working-directory: js
- name: Run tests
run: pnpm --fail-if-no-match --filter ${{ env.WORKSPACE }} run test
working-directory: js

View file

@ -19,7 +19,6 @@
"lint": "wireit",
"test": "wireit",
"generate:openapi": "wireit",
"postinstall": "pnpm generate:openapi",
"prepublishOnly": "pnpm build"
},
"wireit": {