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 24186d1 commit 02039ceCopy full SHA for 02039ce
scripts/match-graphql.js
@@ -10,7 +10,8 @@ const version = argv[2];
10
11
if (pkg.devDependencies.graphql.startsWith(version)) {
12
// eslint-disable-next-line no-console
13
- console.info(`GraphQL v${version} already installed! Skipping.`);
+ console.info(`GraphQL v${version} is match! Skipping.`);
14
+ return;
15
}
16
17
const npmVersion = version.includes('-') ? version : `^${version}`;
0 commit comments