1
Fork 0

typescript(option): ci: run tests before releasing

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-12-25 14:46:33 +02:00 committed by prescientmoon
parent 2b681bfa7f
commit 7e2e25263c
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -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: