mirror of
https://github.com/penpot/penpot.git
synced 2026-01-17 02:40:19 -05:00
11 lines
109 B
Bash
Executable File
11 lines
109 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
corepack enable;
|
|
corepack install;
|
|
|
|
rm -rf ./_dist
|
|
yarn install
|
|
yarn run build
|