mirror of
https://github.com/penpot/penpot.git
synced 2026-01-25 23:00:04 -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
|
|
pnpm install
|
|
pnpm run build
|