CI: add explicit build step and test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Miel Truyen 2023-04-19 07:57:03 +02:00
parent 6d8f0eb256
commit 7e45443d19

View File

@ -19,4 +19,6 @@ steps:
- cat ~/.npmrc - cat ~/.npmrc
- npm profile get name --registry https://npm.cerxes.net - npm profile get name --registry https://npm.cerxes.net
- pnpm install - pnpm install
- pnpm run build
- pnpm run ci:test
- pnpm publish --tag latest - pnpm publish --tag latest