Fix broken build and wrong x link

This commit is contained in:
Kamran Ahmed
2026-06-25 13:06:43 +01:00
parent 4d9de02a5d
commit 39f3377176
5 changed files with 6 additions and 6 deletions
-2
View File
@@ -14,8 +14,6 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
+1
View File
@@ -0,0 +1 @@
22
+3 -3
View File
@@ -1,5 +1,5 @@
allowBuilds:
esbuild: true
sharp: set this to true or false
onlyBuiltDependencies:
- esbuild
allowBuilds:
esbuild: true
sharp: false
+1
View File
@@ -3,6 +3,7 @@
"license": "MIT",
"private": false,
"version": "1.5.0",
"packageManager": "pnpm@11.9.0",
"main": "./dist/driver.js.cjs",
"module": "./dist/driver.js.mjs",
"types": "./dist/driver.js.d.ts",
+1 -1
View File
@@ -73,4 +73,4 @@ Feel free to submit pull requests, create issues or spread the word.
## License
MIT © [Kamran Ahmed](https://twitter.com/kamrify)
MIT © [Kamran Ahmed](https://twitter.com/nilbuild)