diff --git a/typescript/option/.github/workflows/release.yml b/typescript/option/.github/workflows/release.yml index 7ee9048..1509c61 100644 --- a/typescript/option/.github/workflows/release.yml +++ b/typescript/option/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: # install dependencies and run semantic-release - run: npm i -g pnpm - run: pnpm install + - run: pnpm test - run: pnpm run build - run: pnpx semantic-release env: