mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 01:52:33 -04: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user