We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef2ff3 commit e81bddcCopy full SHA for e81bddc
.build/pre-release.sh
@@ -5,4 +5,4 @@ patchVersion=$(npm --no-git-tag version patch)
5
nextVersion=${patchVersion}-next."$(date +%Y%m%d%H%M%S)"
6
echo "${nextVersion:1}"
7
8
-node ./bump_version.js "${nextVersion:1}"
+node ./.build/bump_version.js "${nextVersion:1}"
0 commit comments