Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 25, 2021
1 parent 5a3e95d commit 4996289
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions skip-docs-change.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const DOCS_FOLDERS = ['bench', 'docs', 'errors', 'examples']

async function main() {
await exec('git fetch origin canary')

console.log(await exec('git branch'))
console.log(await exec('git remote -v'))

const { stdout: changedFilesOutput } = await exec(
'git diff origin/canary --name-only'
)
Expand Down

0 comments on commit 4996289

Please sign in to comment.