Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1613 So that GitHub links to edit a page point to the right place. This will fail in OSS build until I switch the directory used by Vercel instance, but I am waiting to do that until ready to land, since that would cause other in progress changes to fail when exported. Reviewed By: joevilches Differential Revision: D54837857 fbshipit-source-id: 9bec90232dbe3ec8638568685671185d597fcf2d
28 lines
692 B
JSON
28 lines
692 B
JSON
{
|
|
"name": "yoga-repo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"tsc": "yarn workspaces run tsc",
|
|
"gentest": "yarn workspace gentest run gentest",
|
|
"gentest-validate": "yarn workspace gentest run gentest-validate"
|
|
},
|
|
"workspaces": [
|
|
"javascript",
|
|
"gentest",
|
|
"website"
|
|
],
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
"@typescript-eslint/parser": "^5.30.5",
|
|
"eslint": "^8.30.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-jest": "^27.1.7",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"prettier": "2.8.8",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|