mirror of
https://github.com/penpot/penpot.git
synced 2026-07-22 14:08:03 +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 install;
|
||||
pnpm install;
|
||||
pnpm run test:js;
|
||||
pnpm run test:jvm;
|
||||
pnpm run test;
|
||||
clojure -M:dev:test;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user