Skip to content

Commit

Permalink
fix: avoid duplication of changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
peterviergutz committed Apr 23, 2023
1 parent 60254e7 commit fb542f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lint": "eslint \"*/**/*.{ts,js,json}\"",
"lint:fix": "eslint \"*/**/*.{ts,js,json}\" --fix",
"build": "rollup --config ./rollup.config.js",
"release": "standard-version",
"release": "standard-version --tag-prefix \"\"",
"pre-release": "npm run doc && npm run lint && npm run test:coverage && npm run build"
},
"repository": {
Expand Down

0 comments on commit fb542f0

Please sign in to comment.