mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
misc: naming refactor on build process
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user