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 3729881 commit 151b4dcCopy full SHA for 151b4dc
.gitignore
@@ -35,3 +35,5 @@ dist/
35
yarn.lock
36
37
docs/.vitepress/cache
38
+
39
+.npmrc
package.json
@@ -17,7 +17,7 @@
17
"docs": "vitepress dev docs",
18
"docs:build": "vitepress build docs",
19
"prepublishOnly": "npm run compile",
20
- "publish": "git push origin --tags && npm run changelog && git push origin",
+ "publish": "git push origin --tags && git push origin",
21
"release:prerelease": "npm version prerelease --preid pre && npm publish --tag pre",
22
"release:premajor": "npm version premajor --preid pre && npm publish --tag pre",
23
"release:patch": "npm version patch && npm publish",
@@ -110,4 +110,4 @@
110
"engines": {
111
"node": ">= 18"
112
}
113
-}
+}
0 commit comments