소스 검색

Added gitignore and switched build

production
pb 3 년 전
부모
커밋
cd49567a94
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    1
      .gitignore
  2. 1
    1
      index.js

+ 3
- 1
.gitignore 파일 보기

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

+ 1
- 1
index.js 파일 보기

@@ -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…
취소
저장