mirror of
https://github.com/penpot/penpot.git
synced 2026-03-29 15:52:17 +02:00
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
corepack enable;
|
|
corepack install;
|
|
yarn install;
|
|
yarn playwright install chromium;
|