Skip to content

Commit

Permalink
refactor: publishing flow
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jul 25, 2024
1 parent 5c03483 commit a567b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/npm-publish.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"scripts": {
"dev": "vitest",
"release": "npx np",
"release": "npm run changelog && npx np",
"docs": "node ./docs-src",
"lint": "biome lint ./src ./scripts",
"test": "vitest run --coverage",
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'chore: update changelog.md' && git push"
},
"keywords": [
"posthtml",
Expand Down

0 comments on commit a567b52

Please sign in to comment.