-
-
Notifications
You must be signed in to change notification settings - Fork 619
Expand file tree
/
Copy pathrc2latest
More file actions
executable file
·39 lines (38 loc) · 1011 Bytes
/
rc2latest
File metadata and controls
executable file
·39 lines (38 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#!/bin/bash
echo "Enter OTP code:"
read otp
export NPM_CONFIG_OTP=$otp
function rc2latest {
V=$(npm info $1 dist-tags.rc | xargs)
npm dist-tags add $1@$V latest
}
rc2latest @dataplan/json
rc2latest @dataplan/pg
rc2latest @grafserv/persisted
rc2latest @graphile/simplify-inflection
rc2latest eslint-plugin-graphile-export
rc2latest grafast
rc2latest grafserv
rc2latest graphile
rc2latest graphile-config
rc2latest graphile-export
rc2latest graphql-codegen-grafast
rc2latest jest-serializer-graphql-schema
rc2latest jest-serializer-simple
rc2latest pg-introspection
rc2latest pgl
rc2latest ruru
rc2latest ruru-components
rc2latest ruru-types
rc2latest tamedevil
# V5 release
rc2latest @graphile/lru
rc2latest graphile-build
rc2latest graphile-build-pg
rc2latest graphile-utils
rc2latest pg-sql2
rc2latest postgraphile
rc2latest postgraphile-plugin-connection-filter
rc2latest @graphile/pg-aggregates
rc2latest @graphile-contrib/pg-many-to-many
rc2latest @graphile-contrib/postgraphile-plugin-fulltext-filter