diff --git a/.build.yml b/.build.yml index dd1ad29..efa8eb6 100644 --- a/.build.yml +++ b/.build.yml @@ -18,6 +18,9 @@ tasks: - install-deps: | cd ~/"${REPO}" pnpm i --ignore-scripts + - test: | + cd ~/"${REPO}" + pnpm run test - build: | cd ~/"${REPO}" pnpm -F ./packages/core build