mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-28 04:13:22 -04:00
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:
parent
8220560210
commit
baffa46b22
2 changed files with 4 additions and 1 deletions
4
.github/workflows/js-ci.yml
vendored
4
.github/workflows/js-ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
"lint": "wireit",
|
||||
"test": "wireit",
|
||||
"generate:openapi": "wireit",
|
||||
"postinstall": "pnpm generate:openapi",
|
||||
"prepublishOnly": "pnpm build"
|
||||
},
|
||||
"wireit": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue