Skip to content

Commit eb60d6b

Browse files
committed
add nvmrc and comment out publishing
1 parent 6dfdfa2 commit eb60d6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14

scripts/release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function tryPublishAndTag(version) {
9595
function tagAndPublish(newVersion) {
9696
console.log(`trying to publish ${newVersion}...`);
9797
exec.execSync(`npm --no-git-tag-version version ${newVersion}`);
98-
exec.execSync(`npm publish --tag ${VERSION_TAG}`);
98+
// exec.execSync(`npm publish --tag ${VERSION_TAG}`);
9999
exec.execSync(`git tag -a ${newVersion} -m "${newVersion}"`);
100100
exec.execSyncSilent(`git push deploy ${newVersion} || true`);
101101
if (isRelease) {

0 commit comments

Comments
 (0)