We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a148871 commit cc9388eCopy full SHA for cc9388e
.github/workflows/release.yml
@@ -6,9 +6,6 @@ on:
6
- main
7
- next
8
9
-permissions:
10
- contents: read
11
-
12
env:
13
PUBLISH_MODE: true
14
package.json
@@ -49,6 +49,10 @@
49
"files": [
50
"dist"
51
],
52
+ "publishConfig": {
53
+ "registry": "https://registry.npmjs.org/",
54
+ "provenance": true
55
+ },
56
"scripts": {
57
"prepare": "node .husky/install.mjs",
58
"build": "tsup",
0 commit comments