mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 03:56:37 +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
|
@ -6,6 +6,3 @@ npm ci
|
|||
npm run dist:clean || exit 1;
|
||||
npm run build:assets || 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;
|
||||
|
|
|
@ -6,6 +6,3 @@ npm ci
|
|||
npm run dist:clean || exit 1;
|
||||
npm run dist:assets || exit 1;
|
||||
npm run dist:all || 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