mirror of
https://github.com/penpot/penpot.git
synced 2026-01-22 13:20:23 -05:00
9 lines
112 B
Bash
Executable File
9 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e;
|
|
|
|
corepack enable;
|
|
corepack install;
|
|
yarn install;
|
|
yarn playwright install chromium
|