From 7e45443d19c5637aabefd46a3fc8fdbae03e6d17 Mon Sep 17 00:00:00 2001 From: Miel Truyen Date: Wed, 19 Apr 2023 07:57:03 +0200 Subject: [PATCH] CI: add explicit build step and test --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index f193ba1..ba12433 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,4 +19,6 @@ steps: - cat ~/.npmrc - npm profile get name --registry https://npm.cerxes.net - pnpm install + - pnpm run build + - pnpm run ci:test - pnpm publish --tag latest