mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 05:26:10 +02:00
misc: naming refactor on build process
This commit is contained in:
parent
6a75eb893c
commit
5ecd86ba02
11 changed files with 76 additions and 84 deletions
8
frontend/scripts/build-production.sh
Executable file
8
frontend/scripts/build-production.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/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;
|
Loading…
Add table
Add a link
Reference in a new issue