Skip to content

Commit 6696f8e

Browse files
authored
chore(types): Add publish:local script (#5510)
1 parent 6fcd93c commit 6696f8e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.changeset/fluffy-tips-sort.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/types/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"clean": "rimraf ./dist",
3636
"dev": "tsup --watch",
3737
"lint": "eslint src",
38-
"lint:attw": "attw --pack . --profile node16"
38+
"lint:attw": "attw --pack . --profile node16",
39+
"publish:local": "pnpm yalc push --replace --sig"
3940
},
4041
"dependencies": {
4142
"csstype": "3.1.3"

0 commit comments

Comments
 (0)