mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:26:57 +00:00
chore: exclude nc-lib-gui from modclean
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
2
.github/workflows/release-executables.yml
vendored
2
.github/workflows/release-executables.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
||||
rsync -rvzhP ./binaries/binding/ ./node_modules/sqlite3/lib/binding/
|
||||
|
||||
# clean up code to optimize size
|
||||
npx modclean --patterns="default:*" --ignore="nc-lib-gui/**,dayjs/**,express-status-monitor/**,sqlite3/**" --run
|
||||
npx modclean --patterns="default:*" --ignore="nc-lib-gui-daily/**,dayjs/**,express-status-monitor/**,sqlite3/**" --run
|
||||
|
||||
# build executables
|
||||
npm run build
|
||||
|
||||
Reference in New Issue
Block a user