mirror of
https://github.com/penpot/penpot.git
synced 2026-03-14 06:17:25 +00:00
9 lines
115 B
Bash
Executable File
9 lines
115 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
corepack enable;
|
|
corepack install;
|
|
pnpm install;
|
|
pnpm run test:js;
|
|
pnpm run test:jvm;
|