0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00
penpot/frontend/scripts/build-release.sh

10 lines
200 B
Bash
Raw Normal View History

#!/usr/bin/env bash
source ~/.bashrc
npm install
npm run dist:clean || exit 1;
npm run dist:assets || exit 1;
npm run dist:main || exit 1;
npm run dist:view || exit 1;
npm run dist:worker || exit 1;