Skip to content

Commit 2ae5fef

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent bb05356 commit 2ae5fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/version-helper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ const [semver, prerelease] = version.split('-');
44
if (prerelease) {
55
throw new Error('This seems to be a prerelease - will not publish');
66
}
7-
console.log('Version is: ', version);
7+
console.log(version);

0 commit comments

Comments
 (0)