Skip to content

Commit

Permalink
fix review commentas
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Rajamohan committed Dec 10, 2021
1 parent 1a70942 commit bc7622e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@
"predev:incremental": "node-gyp configure build -C test --debug",
"dev:incremental": "node test",
"doc": "doxygen doc/Doxyfile",
"preunit": "filter=\"$npm_config_filter\" node-gyp rebuild -C unit-test",
"unit": "filter=\"$npm_config_filter\" node unit-test/test",
"preunit": "node-gyp rebuild -C unit-test",
"unit": "node unit-test/test",
"lint": "node tools/eslint-format && node tools/clang-format",
"lint:fix": "node tools/clang-format --fix && node tools/eslint-format --fix"
},
Expand Down

0 comments on commit bc7622e

Please sign in to comment.