mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
11 lines
230 B
Bash
Executable file
11 lines
230 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source ~/.bashrc
|
|
|
|
npm ci
|
|
|
|
npm run dist:clean || exit 1;
|
|
npm run dist:assets || exit 1;
|
|
npm run dist:all || exit 1;
|
|
# npm run dist:main || exit 1;
|
|
# npm run dist:view || exit 1;
|
|
# npm run dist:worker || exit 1;
|