diff --git a/.build.yml b/.build.yml index efa8eb6..994ec37 100644 --- a/.build.yml +++ b/.build.yml @@ -20,7 +20,7 @@ tasks: pnpm i --ignore-scripts - test: | cd ~/"${REPO}" - pnpm run test + npx vitest run - build: | cd ~/"${REPO}" pnpm -F ./packages/core build