Summary: I found out that when I fixed the nginx caching issue a few weeks ago, the nginx config was deployed but not all hosts using it were restarted, so I manually restarted them and verified that all three pods are now using the "cache-control: -1" settings. This is a bump to the plugin so we can detect any versions that are older than this, and refresh the page. I never shipped the [previous diff that tells the user to force refresh](https://www.internalfb.com/intern/diff/D21906069/) because I didn't fully understand what was going on, but now I do. So I'll make a new one to refresh transparently without the user needing to know. Reviewed By: nikoant Differential Revision: D22159282 fbshipit-source-id: 0b7a9e21ea3ad04f99b84eedd585985c8aae232c
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"scripts": {
|
|
"copy-schema": "fcli ensure static/schemas/plugin-package && fcli copy ../desktop/pkg/schemas/plugin-package-v2.json static/schemas/plugin-package/v2.json -o",
|
|
"start": "yarn copy-schema && yarn generate-uidocs && docusaurus start",
|
|
"build": "yarn copy-schema && yarn generate-uidocs && docusaurus build",
|
|
"publish-gh-pages": "docusaurus deploy",
|
|
"write-translations": "docusaurus write-translations",
|
|
"version": "docusaurus version",
|
|
"rename-version": "docusaurus rename-version",
|
|
"generate-uidocs": "node ./generate-uidocs.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/parser": "^7.8.3",
|
|
"@docusaurus/core": "^2.0.0-alpha.56",
|
|
"@docusaurus/preset-classic": "^2.0.0-alpha.56",
|
|
"classnames": "^2.2.6",
|
|
"docblock-parser": "^1.0.0",
|
|
"docusaurus-plugin-internaldocs-fb": "^0.3.3",
|
|
"file-cli": "^1.2.0",
|
|
"glob": "^7.1.3",
|
|
"react": "^16.13.1",
|
|
"react-docgen": "^5.2.1",
|
|
"react-dom": "^16.13.1"
|
|
},
|
|
"dependencies": {},
|
|
"resolutions": {
|
|
"minimist": "1.2.3",
|
|
"kind-of": "6.0.3"
|
|
}
|
|
}
|