]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/travis.sh
Update shebang and date to POSIX format for working on FreeBSD (not
[github/Chocobozzz/PeerTube.git] / scripts / travis.sh
index a3e065d4746f5a42bc2dbfdbf574a843e4fcf6c5..ea0dc869979934149bc4fb700e6bd1f1ced6c70f 100755 (executable)
@@ -25,5 +25,5 @@ elif [ "$1" = "lint" ]; then
     npm run lint || exit -1
 
     cd .. || exit -1
-    npm run tslint -- --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" "shared/**/*.ts" || exit -1
 fi