2 parents a6e379c + 0b14b90 commit c32b9e7Copy full SHA for c32b9e7
2 files changed
.nvmrc
@@ -1 +1 @@
1
-22
+24
utils/CIRelease.sh
@@ -36,7 +36,7 @@ for PACKAGE in $PACKAGES ; do
36
done
37
38
sed -i "s#https://registry.npmjs.org/#${NPM_LOCAL_REGISTRY_URL}#" package.json
39
- npm publish --registry $NPM_LOCAL_REGISTRY_URL
+ npm publish --registry $NPM_LOCAL_REGISTRY_URL --tag next
40
41
42
# Install @merkur scoped packages from local registry
0 commit comments