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 f40b48f commit 6ad6204Copy full SHA for 6ad6204
ci/check-versions.js
@@ -21,6 +21,7 @@ const packages = [
21
'webdeployment-common',
22
];
23
24
+execSync('git fetch origin main');
25
const gitDiffResult = execSync('git --no-pager diff --name-only main', { encoding: 'utf8' }).split('\n');
26
const changedFolders = new Set();
27
0 commit comments