Browse Source

Added gitignore and switched build

production
pb 3 years ago
parent
commit
cd49567a94
2 changed files with 4 additions and 2 deletions
  1. 3
    1
      .gitignore
  2. 1
    1
      index.js

+ 3
- 1
.gitignore View File

@@ -1 +1,3 @@
/node_modules
/node_modules
/.elxr
package-lock.json

+ 1
- 1
index.js View File

@@ -543,7 +543,7 @@ var op = {
, 'remote': (args) => {
// Subcommands!
if(!processedArgs.v) return false;
if(!processedArgs.v) return false; // Only -v is supported presently..

var serial_perform = (repo) => {
var options = { cwd: instanceroot + '/' + repo }

Loading…
Cancel
Save