typescript(option): ci: run tests before releasing
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
2b681bfa7f
commit
7e2e25263c
|
@ -17,6 +17,7 @@ jobs:
|
||||||
# install dependencies and run semantic-release
|
# install dependencies and run semantic-release
|
||||||
- run: npm i -g pnpm
|
- run: npm i -g pnpm
|
||||||
- run: pnpm install
|
- run: pnpm install
|
||||||
|
- run: pnpm test
|
||||||
- run: pnpm run build
|
- run: pnpm run build
|
||||||
- run: pnpx semantic-release
|
- run: pnpx semantic-release
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue