feat: use a custom build js step instead of all the dependencies (#53)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m38s
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m38s
Reviewed-on: #53
This commit was merged in pull request #53.
This commit is contained in:
@@ -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