mirror of
https://github.com/penpot/penpot.git
synced 2025-05-16 20:36:11 +02:00
misc: more speed improvement on develop images building
This commit is contained in:
parent
d8e205ec25
commit
d908cf566a
6 changed files with 27 additions and 11 deletions
|
@ -1,10 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
source ~/.bashrc
|
||||
|
||||
npm install
|
||||
npm ci
|
||||
|
||||
npm run dist:clean || exit 1;
|
||||
npm run build:assets || exit 1;
|
||||
npm run build:main || exit 1;
|
||||
npm run build:view || exit 1;
|
||||
npm run build:worker || exit 1;
|
||||
npm run build:all || exit 1;
|
||||
# npm run build:main || exit 1;
|
||||
# npm run build:view || exit 1;
|
||||
# npm run build:worker || exit 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue