Skip to content

Commit 151b4dc

Browse files
author
Nico Lazarus
committed
skip changelog generation
1 parent 3729881 commit 151b4dc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ dist/
3535
yarn.lock
3636

3737
docs/.vitepress/cache
38+
39+
.npmrc

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"docs": "vitepress dev docs",
1818
"docs:build": "vitepress build docs",
1919
"prepublishOnly": "npm run compile",
20-
"publish": "git push origin --tags && npm run changelog && git push origin",
20+
"publish": "git push origin --tags && git push origin",
2121
"release:prerelease": "npm version prerelease --preid pre && npm publish --tag pre",
2222
"release:premajor": "npm version premajor --preid pre && npm publish --tag pre",
2323
"release:patch": "npm version patch && npm publish",
@@ -110,4 +110,4 @@
110110
"engines": {
111111
"node": ">= 18"
112112
}
113-
}
113+
}

0 commit comments

Comments
 (0)