Skip to content

Commit

Permalink
include validating @types/* packages' major version in flipper lint ci
Browse files Browse the repository at this point in the history
Summary: `lint` is already called by CI. No further work is needed.

Reviewed By: LukeDefeo, passy

Differential Revision: D49188675

fbshipit-source-id: 731c21567af329fab4125869bcbea8cc9561a5d3
  • Loading branch information
antonk52 authored and facebook-github-bot committed Sep 12, 2023
1 parent cb4446d commit a52757a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@
"docs": "cd ../website && yarn start",
"fix": "eslint . --fix --ext .js,.ts,.tsx",
"flipper-server": "cross-env NODE_ENV=development ./ts-node scripts/start-flipper-server-dev.tsx",
"lint": "yarn lint:eslint && yarn lint:tsc && yarn tsc-plugins",
"lint": "yarn lint:eslint && yarn lint:tsc && yarn tsc-plugins && yarn run lint:types-deps",
"lint:eslint": "eslint . --ext .js,.ts,.tsx",
"lint:tsc": "tsc && tsc -p tsc-root/tsconfig.json --noemit",
"lint:types-deps": "./ts-node ./scripts/verify-types-dependencies.tsx",
"list-plugins": "./ts-node scripts/list-plugins.tsx",
"open-dist": "open ../dist/mac/Flipper.app --args --launcher=false --inspect=9229",
"postinstall": "patch-package && yarn --cwd plugins install --mutex network:30331 && yarn tsc -b pkg-lib/tsconfig.json && ./ts-node scripts/remove-plugin-entry-points.tsx && yarn build:tsc && yarn build:themes",
Expand Down

0 comments on commit a52757a

Please sign in to comment.