Explorar el Código

cmd to enable/disable the linting

AlexiCauvin hace 7 años
padre
commit
f133b653d2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      buildtracimlib.sh

+ 1 - 0
buildtracimlib.sh Ver fichero

@@ -0,0 +1 @@
1
+npm run buildwindoz && echo '/* eslint-disable */' | cat - dist/tracim_lib.js > temp && mv temp dist/tracim_lib.js && printf '\n/* eslint-enable */\n' >> dist/tracim_lib.js