ci: add npm publish workflow and clean up package.json

- Add .github/workflows/publish.yml
- Remove .npmrc and unused sharp config
- Package ready for auto-publishing
This commit is contained in:
CodingInCarhartts
2025-12-14 13:22:40 -08:00
parent c8b21f3c30
commit 7adce83154
3 changed files with 34 additions and 10 deletions
+2 -8
View File
@@ -56,12 +56,6 @@
},
"trustedDependencies": [
"@biomejs/biome",
"protobufjs",
"sharp"
],
"bun": {
"install": {
"optional": true
}
}
"protobufjs"
]
}