Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
baerkins committed Feb 19, 2021
1 parent 983563c commit 10020a7
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 310 deletions.
1 change: 0 additions & 1 deletion lib/setup-local/setup-local.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const creds = require('../utils/credentials.js');

function SetupLocal(args) {
this.args = args;
console.log('hi');

this.run = () => {
// log('TODO: new-site')
Expand Down
2 changes: 0 additions & 2 deletions lib/setup-project/setup-project.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ function SetupProject(args) {
// Local Database credentials (site)
return creds.initLocalDbCreds();
}).then((response) => {
log(response);

// Run WP/Drupal init.
switch (response.format) {
case 'Drupal 8: Circle CI':
Expand Down
3 changes: 0 additions & 3 deletions lib/setup-project/wp/setup-project-wp.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ module.exports = function(args) {
}
});




// Run Composer workflow if there is a composer.json file
fsx.pathExists(path.join(rootPath, 'composer.json'))
.then((exists) => {
Expand Down
Loading

0 comments on commit 10020a7

Please sign in to comment.