ci: remove unused publishConfig that was breaking npm publishing
This commit is contained in:
@@ -22,6 +22,5 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["src", "package.json"],
|
"include": ["src", "package.json"],
|
||||||
"exclude": ["dist", "ts-dist"],
|
"exclude": ["dist", "ts-dist"]
|
||||||
"references": [{ "path": "../sdk/js" }]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,8 +27,5 @@
|
|||||||
"typescript": "catalog:",
|
"typescript": "catalog:",
|
||||||
"@typescript/native-preview": "catalog:"
|
"@typescript/native-preview": "catalog:"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {}
|
||||||
"publishConfig": {
|
|
||||||
"directory": "dist"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user