We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
publish:local
1 parent 6fcd93c commit 6696f8eCopy full SHA for 6696f8e
2 files changed
.changeset/fluffy-tips-sort.md
@@ -0,0 +1,2 @@
1
+---
2
packages/types/package.json
@@ -35,7 +35,8 @@
35
"clean": "rimraf ./dist",
36
"dev": "tsup --watch",
37
"lint": "eslint src",
38
- "lint:attw": "attw --pack . --profile node16"
+ "lint:attw": "attw --pack . --profile node16",
39
+ "publish:local": "pnpm yalc push --replace --sig"
40
},
41
"dependencies": {
42
"csstype": "3.1.3"
0 commit comments