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 e8852ea commit 603bf8fCopy full SHA for 603bf8f
next2latest
@@ -3,10 +3,11 @@ echo "Enter OTP code:"
3
read otp
4
export NPM_CONFIG_OTP=$otp
5
function next2latest {
6
+ echo $1
7
+ npm info $1 dist-tags.latest
8
V=$(npm info $1 dist-tags.next | xargs)
9
npm dist-tags add $1@$V latest
10
}
-next2latest graphile
11
next2latest pg-sql2
12
next2latest jest-serializer-graphql-schema
13
next2latest @graphile/lru
0 commit comments