0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00
penpot/docs/scripts/build

9 lines
82 B
Text
Raw Normal View History

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