mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
This isn't needed and we don't need to keep up with it everytime we push a package. We only have to keep up with the versioning in the main package.json
13 lines
504 B
JSON
13 lines
504 B
JSON
{
|
|
"scripts": {
|
|
"start": "../lib/start-server.js",
|
|
"build": "../lib/build-files.js",
|
|
"publish-gh-pages": "../lib/publish-gh-pages.js",
|
|
"examples": "../lib/copy-examples.js",
|
|
"write-translations": "../lib/write-translations.js",
|
|
"version": "../lib/version.js",
|
|
"rename-version": "../lib/rename-version.js",
|
|
"crowdin-upload": "crowdin-cli --config ../crowdin.yaml upload sources --auto-update -b master",
|
|
"crowdin-download": "crowdin-cli --config ../crowdin.yaml download -b master"
|
|
}
|
|
}
|