Browse Source

Added gitignore and switched build

pull/5/head
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

/node_modules
/node_modules
/.elxr
package-lock.json

+ 1
- 1
index.js View File

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


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

Loading…
Cancel
Save