0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 16:18:11 -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