diff --git a/package.json b/package.json index 758e4c77..eea32a64 100644 --- a/package.json +++ b/package.json @@ -100,8 +100,8 @@ "test:cpp": "npm run configure:cpp-tests && npm run build:cpp-tests && cd test/cpp/build && ctest -C Release -V", "test:cpp:debug": "npm run configure:cpp-tests && cmake --build test/cpp/build --config Debug -j 8 && cd test/cpp/build && ctest -C Debug -V", "test:cpp:debug:exe": "test/cpp/build/cpp_tests --gtest_filter=\"*\"", - "lint": "eslint \"src/**/*.ts\" \"lib/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\"", - "lint:fix": "eslint \"src/**/*.ts\" \"lib/**/*.ts\" \"test/**/*.ts\" \"samples/**/*.ts\" --fix", + "lint": "eslint \"test/**/*.ts\" \"samples/**/*.ts\"", + "lint:fix": "eslint \"test/**/*.ts\" \"samples/**/*.ts\" --fix", "test:cpp:clean": "rimraf test/cpp/build && npm run configure:cpp-tests && cmake --build test/cpp/build --config Debug -j 8", "test:cpp:clean:vs": "rimraf test/cpp/build && npm run configure:cpp-tests:vs && cmake --build test/cpp/build --config Debug -j 8", "build:debug": "node-gyp rebuild --debug --verbose -j 4",