Ver código fonte

Added gitignore and switched build

production
pb 3 anos atrás
pai
commit
cd49567a94
2 arquivos alterados com 4 adições e 2 exclusões
  1. 3
    1
      .gitignore
  2. 1
    1
      index.js

+ 3
- 1
.gitignore Ver arquivo

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

+ 1
- 1
index.js Ver arquivo

, '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 }

Carregando…
Cancelar
Salvar