0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-09 22:31:50 -05:00
penpot/docs/scripts/build

9 lines
82 B
Text
Raw Permalink Normal View History

#!/usr/bin/env bash
source ~/.bashrc
set -ex
rm -rf ./_dist
yarn
yarn run build