We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942a941 commit f1633edCopy full SHA for f1633ed
package.json
@@ -46,7 +46,7 @@
46
"docs:build": "vitepress build docs",
47
"docs:preview": "vitepress preview docs",
48
"apidocs": "typedoc --excludePrivate --plugin typedoc-plugin-markdown --out docs/apidocs lib/index.ts",
49
- "release": "npm run build && npm publish --provenance --access public"
+ "release": "npm run build && npm publish --provenance --access public --tag trusted-publishing-test"
50
},
51
"repository": {
52
"type": "git",
0 commit comments