feat: use a custom build js step instead of all the dependencies #53

Merged
Philipp merged 4 commits from add-build-compression into main 2025-12-27 19:25:58 +01:00
Showing only changes of commit 5e18240e8f - Show all commits

View File

@@ -12,10 +12,11 @@
], ],
"postUpgradeTasks": { "postUpgradeTasks": {
"commands": [ "commands": [
"npm ci --ignore-scripts" "npm ci",
"npm run build"
], ],
"fileFilters": [ "fileFilters": [
"node_modules/**/*" "dist/index.js"
] ]
} }
} }