Skip to content

Commit 4996289

Browse files
committed
add more logs
1 parent 5a3e95d commit 4996289

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

skip-docs-change.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ const DOCS_FOLDERS = ['bench', 'docs', 'errors', 'examples']
77

88
async function main() {
99
await exec('git fetch origin canary')
10+
11+
console.log(await exec('git branch'))
12+
console.log(await exec('git remote -v'))
13+
1014
const { stdout: changedFilesOutput } = await exec(
1115
'git diff origin/canary --name-only'
1216
)

0 commit comments

Comments
 (0)