diff --git a/.changeset/fluffy-tips-sort.md b/.changeset/fluffy-tips-sort.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/fluffy-tips-sort.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/packages/types/package.json b/packages/types/package.json index 296d62ac75a..9abe305ebf4 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -35,7 +35,8 @@ "clean": "rimraf ./dist", "dev": "tsup --watch", "lint": "eslint src", - "lint:attw": "attw --pack . --profile node16" + "lint:attw": "attw --pack . --profile node16", + "publish:local": "pnpm yalc push --replace --sig" }, "dependencies": { "csstype": "3.1.3"