Skip to content

Commit

Permalink
chore: fix version generation during release (#8342)
Browse files Browse the repository at this point in the history
Co-authored-by: jrandolf <101637635+jrandolf@users.noreply.github.com>
  • Loading branch information
OrKoN and jrandolf committed May 13, 2022
1 parent cec8ff5 commit 1bf8bb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .versionrc.js
Expand Up @@ -20,8 +20,8 @@ module.exports = {
tag: true,
},
scripts: {
prerelease:
'node utils/remove_version_suffix.js && node utils/generate_version_file.js',
postbump: 'IS_RELEASE=true npm run doc && git add --update',
prerelease: 'node utils/remove_version_suffix.js',
postbump:
'node utils/generate_version_file.js && IS_RELEASE=true npm run doc && git add --update',
},
};

0 comments on commit 1bf8bb3

Please sign in to comment.