feat: use a custom build js step instead of all the dependencies #53
@@ -12,10 +12,11 @@
|
||||
],
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"npm ci --ignore-scripts"
|
||||
"npm ci",
|
||||
"npm run build"
|
||||
],
|
||||
"fileFilters": [
|
||||
"node_modules/**/*"
|
||||
"dist/index.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user