Skip to content

Commit

Permalink
fix(modules): chdir to modules before showing package bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed May 26, 2021
1 parent 34764ed commit b9bc2b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/modules/show_package_bumps.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

process.chdir(__dirname);

const fs = require('fs');
const child = require('child_process');
const readline = require('readline');
Expand Down

0 comments on commit b9bc2b3

Please sign in to comment.