Skip to content

Commit

Permalink
Add check-all
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed May 21, 2024
1 parent cd03d91 commit 64ec2c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/cpp/MmkvHostObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
//

#include "MmkvHostObject.h"
#include "MmkvLogger.h"
#include "MMKVManagedBuffer.h"
#include "MmkvLogger.h"
#include <MMKV.h>
#include <string>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion package/cpp/NativeMmkvModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
//

#include "NativeMmkvModule.h"
#include "MmkvLogger.h"
#include "MMKV.h"
#include "MmkvHostObject.h"
#include "MmkvLogger.h"

namespace facebook::react {

Expand Down
1 change: 1 addition & 0 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"lint-ci": "yarn lint -f ./node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js",
"lint-cpp": "scripts/clang-format.sh",
"check-all": "yarn lint && yarn lint-cpp",
"test": "jest",
"typecheck": "tsc --noEmit",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
Expand Down

0 comments on commit 64ec2c5

Please sign in to comment.