We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2db41a commit a1ec78cCopy full SHA for a1ec78c
1 file changed
package.json
@@ -19,8 +19,8 @@
19
"clean": "yarn clean:ios && yarn clean:android && yarn install --immutable",
20
"messenger-action-types:generate": "messenger-action-types app --generate",
21
"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",
+ "lint": "NODE_OPTIONS='--max-old-space-size=12288' eslint '**/*.{js,ts,tsx}' --cache && yarn messenger-action-types:check",
+ "lint:fix": "NODE_OPTIONS='--max-old-space-size=12288' eslint '**/*.{js,ts,tsx}' --fix --cache && yarn messenger-action-types:generate",
24
"lint:clean": "rm -f .eslintcache",
25
"lint:tsc": "NODE_OPTIONS='--max-old-space-size=12288' tsc --project ./tsconfig.json",
26
"lint:changelog": "./scripts/lint-changelog.sh",
0 commit comments