Skip to content

Commit

Permalink
Update Dependency Management
Browse files Browse the repository at this point in the history
  • Loading branch information
miketrethewey committed Sep 24, 2021
1 parent cca5c12 commit a754e0b
Show file tree
Hide file tree
Showing 13 changed files with 243 additions and 301 deletions.
12 changes: 6 additions & 6 deletions git-pull.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ const shell = require('shelljs')
const fs = require('fs')
let PACKAGE = JSON.parse(fs.readFileSync("./package.json", "utf8"))

shell.echo("GIT PULL")
shell.echo("========")
console.log("GIT PULL")
console.log("========")

shell.exec("node ./src/resources/ci/common/ver.js")
shell.echo()
console.log()

shell.exec("node ./src/resources/ci/common/git/pull.js")
shell.echo()
console.log()

shell.echo(`Remember to reset ${PACKAGE.name} by running 'sh' in Discord!`)
shell.echo()
console.log(`Remember to reset ${PACKAGE.name} by running 'sh' in Discord!`)
console.log()

0 comments on commit a754e0b

Please sign in to comment.