X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=cebd5b506f1359ef4f8318b122b63fc10e50dcb3;hb=3d446a26ada901331faaaf3be9083dfe6773b50a;hp=d7e29e0c171b8c95cb894e9e65fbf50a114f65af;hpb=6a1e67b30a77b0e24314617f794a7122dd83c570;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index d7e29e0c1..cebd5b506 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dev": "concurrently \"npm run livereload\" \"npm run client:tsc:watch\" \"npm run client:sass:watch\" \"npm start\"", "livereload": "livereload ./client", "start": "node server", - "test": "standard && mocha tests" + "test": "standard && mocha server/tests" }, "dependencies": { "async": "^1.2.1", @@ -73,6 +73,9 @@ "supertest": "^1.1.0" }, "standard": { + "ignore": [ + "client/" + ], "globals": [ "alert", "confirm",