mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 21:16:37 +02:00
refactor: replace lein with cli tools and update some deps
- also removes docker files from source directories - minor assets reorganization on back (make it more production ready)
This commit is contained in:
parent
8a5c1498e9
commit
3b648f5aa5
86 changed files with 6831 additions and 1143 deletions
9
frontend/scripts/build-release.sh
Executable file
9
frontend/scripts/build-release.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/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;
|
Loading…
Add table
Add a link
Reference in a new issue