Skip to content

Commit a1ec78c

Browse files
committed
Revert "fix(ci): use content-based eslint cache strategy for reliable CI hits (#33327)"
This reverts commit 9f499fb.
1 parent e2db41a commit a1ec78c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"clean": "yarn clean:ios && yarn clean:android && yarn install --immutable",
2020
"messenger-action-types:generate": "messenger-action-types app --generate",
2121
"messenger-action-types:check": "messenger-action-types app --check",
22-
"lint": "NODE_OPTIONS='--max-old-space-size=12288' eslint '**/*.{js,ts,tsx}' --cache --cache-strategy content && yarn messenger-action-types:check",
23-
"lint:fix": "NODE_OPTIONS='--max-old-space-size=12288' eslint '**/*.{js,ts,tsx}' --fix --cache --cache-strategy content && yarn messenger-action-types:generate",
22+
"lint": "NODE_OPTIONS='--max-old-space-size=12288' eslint '**/*.{js,ts,tsx}' --cache && yarn messenger-action-types:check",
23+
"lint:fix": "NODE_OPTIONS='--max-old-space-size=12288' eslint '**/*.{js,ts,tsx}' --fix --cache && yarn messenger-action-types:generate",
2424
"lint:clean": "rm -f .eslintcache",
2525
"lint:tsc": "NODE_OPTIONS='--max-old-space-size=12288' tsc --project ./tsconfig.json",
2626
"lint:changelog": "./scripts/lint-changelog.sh",

0 commit comments

Comments
 (0)