chore: migrate package manager from npm to pnpm
This commit is contained in:
+3
-3
@@ -8,12 +8,12 @@
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": [
|
||||
"npm"
|
||||
"pnpm"
|
||||
],
|
||||
"postUpgradeTasks": {
|
||||
"commands": [
|
||||
"npm ci",
|
||||
"npm run build"
|
||||
"pnpm install --frozen-lockfile",
|
||||
"pnpm run build"
|
||||
],
|
||||
"fileFilters": [
|
||||
"dist/index.js"
|
||||
|
||||
Reference in New Issue
Block a user