Skip to content

Commit

Permalink
Fix semantic release npm script.
Browse files Browse the repository at this point in the history
  • Loading branch information
joelday committed Oct 4, 2024
1 parent b57628c commit 478506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/papyrus-lang-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
"compile:release": "webpack --mode production",
"test": "npm run compile && node ./node_modules/vscode/bin/test",
"generate-version-number": "ts-node ./scripts/generate-version-number.mjs",
"semantic-release": "npm run copy-license && npm generate-changelog && semantic-release",
"semantic-release": "npm run copy-license && npm run generate-changelog && semantic-release",
"generate-changelog": "npm version %VERSION% && conventional-changelog -r 0 --preset conventionalcommits -o CHANGELOG.md && npm version 0.0.0",
"lint": "eslint ."
},
Expand Down

0 comments on commit 478506a

Please sign in to comment.