mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 22:36:12 +02:00
♻️ Icons and Styles build refactor.
This commit is contained in:
parent
83e33ed00b
commit
ecde4493e0
459 changed files with 5343 additions and 5631 deletions
|
@ -5,6 +5,8 @@ export NODE_ENV=production;
|
|||
|
||||
set -ex
|
||||
|
||||
npm ci
|
||||
|
||||
npx gulp dist:clean || exit 1;
|
||||
npx gulp dist || exit 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue