mirror of
https://github.com/penpot/penpot.git
synced 2026-01-13 17:00:18 -05:00
8 lines
93 B
Bash
Executable File
8 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
corepack enable;
|
|
corepack install;
|
|
yarn install;
|
|
yarn run test;
|