Merge pull request #120 from meowarex/dev

Fix ESBUILD in CI
This commit is contained in:
Meow Meow
2026-05-17 23:23:40 +10:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -18,5 +18,10 @@
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"tsx": "^4.19.4", "tsx": "^4.19.4",
"typescript": "^5.8.3" "typescript": "^5.8.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
} }
} }
+3
View File
@@ -1,2 +1,5 @@
packages: packages:
- "plugins/*" - "plugins/*"
onlyBuiltDependencies:
- esbuild