ci: remove unused publishConfig that was breaking npm publishing

This commit is contained in:
Dax Raad 2026-03-05 09:42:57 -05:00
parent d802e28381
commit bb37e908ad
2 changed files with 2 additions and 6 deletions

View File

@ -22,6 +22,5 @@
}
},
"include": ["src", "package.json"],
"exclude": ["dist", "ts-dist"],
"references": [{ "path": "../sdk/js" }]
"exclude": ["dist", "ts-dist"]
}

View File

@ -27,8 +27,5 @@
"typescript": "catalog:",
"@typescript/native-preview": "catalog:"
},
"dependencies": {},
"publishConfig": {
"directory": "dist"
}
"dependencies": {}
}