📎 Update common test script to match package.json changes

Replace removed test:js and test:jvm npm scripts with pnpm run test
and direct clojure -M:dev:test invocation.

AI-assisted-by: mimo-v2.5
This commit is contained in:
Andrey Antukh 2026-07-20 07:41:58 +00:00
parent b2140d5ff1
commit fd5d72cedd

View File

@ -4,5 +4,5 @@ set -ex
corepack enable;
corepack install;
pnpm install;
pnpm run test:js;
pnpm run test:jvm;
pnpm run test;
clojure -M:dev:test;