Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading