mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 02:46:20 +00:00
📎 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:
parent
b2140d5ff1
commit
fd5d72cedd
@ -4,5 +4,5 @@ set -ex
|
|||||||
corepack enable;
|
corepack enable;
|
||||||
corepack install;
|
corepack install;
|
||||||
pnpm install;
|
pnpm install;
|
||||||
pnpm run test:js;
|
pnpm run test;
|
||||||
pnpm run test:jvm;
|
clojure -M:dev:test;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user