mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 22:16:37 +02:00
misc: add develop images (faster and debug ready images)
This commit is contained in:
parent
945e52b4f8
commit
d8e205ec25
7 changed files with 193 additions and 45 deletions
10
frontend/scripts/build-develop.sh
Executable file
10
frontend/scripts/build-develop.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
source ~/.bashrc
|
||||
|
||||
npm install
|
||||
|
||||
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;
|
|
@ -2,6 +2,7 @@
|
|||
source ~/.bashrc
|
||||
|
||||
npm install
|
||||
|
||||
npm run dist:clean || exit 1;
|
||||
npm run dist:assets || exit 1;
|
||||
npm run dist:main || exit 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue