Skip to content

Commit

Permalink
Remove postinstall script.
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j committed Oct 20, 2023
1 parent a3e7962 commit 5e0f7ad
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 && npm install --prefix ./packages/realm/bindgen/vendor/realm-core"
"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 5e0f7ad

Please sign in to comment.