Explorar el Código

Remove node version debug line

Shalom Yerushalmy hace 6 años
padre
commit
4b86b42945
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      scripts/test-js.js

+ 0
- 1
scripts/test-js.js Ver fichero

@@ -14,7 +14,6 @@ const dirs = [
14 14
 run();
15 15
 
16 16
 function run() {
17
-  exec.execSync('node -v');
18 17
   const paths = _.chain(dirs).map((d) => `'${d}/**/*.[tj]s*'`).join(' ').value();
19 18
   exec.execSync(`tslint ${paths} ${fix} --format verbose`);
20 19
   assertAllTsFilesInSrc();