Skip to content

Commit

Permalink
Merge 5e0f7ad into eca95b6
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j committed Oct 20, 2023
2 parents eca95b6 + 5e0f7ad commit aaeb67c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"lint": "wireit",
"lint:fix": "wireit",
"lint:cpp": "find src packages/realm/bindgen/src -name '*.cpp' -or -name '*.h' -or -name '*.hpp' | xargs clang-format --dry-run --Werror",
"lint:cpp:fix": "find src packages/realm/bindgen/src -name '*.cpp' -or -name '*.h' -or -name '*.hpp' | xargs clang-format -i",
"postinstall": "git submodule update --init --recursive"
"lint:cpp:fix": "find src packages/realm/bindgen/src -name '*.cpp' -or -name '*.h' -or -name '*.hpp' | xargs clang-format -i"
},
"wireit": {
"build": {
Expand Down

0 comments on commit aaeb67c

Please sign in to comment.