]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/travis.sh
Begin import script with youtube-dl
[github/Chocobozzz/PeerTube.git] / scripts / travis.sh
index f24aac885df8c9e8e82ba8ebc07e3b91ca8fb6da..e03f1072d369d1116a49b52e06cba4c41f507cc8 100755 (executable)
@@ -25,5 +25,5 @@ elif [ "$1" = "lint" ]; then
     npm run lint || exit -1
 
     cd .. || exit -1
-    npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" || exit -1
+    npm run tslint -- --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" || exit -1
 fi