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

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

+ 1
- 1
index.js Ver arquivo

@@ -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 }

Carregando…
Cancelar
Salvar