Browse Source

cmd to enable/disable the linting

AlexiCauvin 7 years ago
parent
commit
f133b653d2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      buildtracimlib.sh

+ 1 - 0
buildtracimlib.sh View File

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