From 7673ef30ee27fab15eccb90943ceffc611b6166f Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Thu, 22 Jun 2023 11:03:48 +0200 Subject: [PATCH] fix release --- DEVELOPMENT.md | 6 +++--- custom-words.txt | 1 - package.json | 2 +- yarn.lock | 10 +++++----- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index b68308b26c7..b4c17ab4d7b 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -32,19 +32,19 @@ this repo._ First you'll need — ```sh - yarn run build + yarn build ``` — or — ```sh - yarn run build:watch + yarn build:watch ``` If you are focused on GraphiQL development, you can run — ```sh - yarn run start-graphiql + yarn start-graphiql ``` 5. Get coding! If you've added code, add tests. If you've changed APIs, update diff --git a/custom-words.txt b/custom-words.txt index b3534f907e0..80ec3ea1ebf 100644 --- a/custom-words.txt +++ b/custom-words.txt @@ -129,7 +129,6 @@ chainable codegen dirpath envrc -eslintignore filesfor flowtests foldgutter diff --git a/package.json b/package.json index d7a539b2bf4..29ffa940f36 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "js-green-licenses": "3.0.0", "lint-staged": "^10.1.2", "mkdirp": "^1.0.4", - "prettier": "^3.0.0-alpha.12", + "prettier": "3.0.0-alpha.12", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", "typedoc": "^0.19.2", diff --git a/yarn.lock b/yarn.lock index 01e1b039b94..9c750d9ebda 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14915,6 +14915,11 @@ preserve@^0.2.0: resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= +prettier@3.0.0-alpha.12: + version "3.0.0-alpha.12" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0-alpha.12.tgz#c38228f277e870298b6d95e579e54ea500487505" + integrity sha512-QCCLoJ+ttw/DV6zLiHJDZdC7sZ23fk3gCulQmjU6AuA/Uk8o6qbzM4afyEDIM94xhj7MEGDtKYo+ZFpxwjmSEg== + prettier@^2.7.1: version "2.7.1" resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" @@ -14925,11 +14930,6 @@ prettier@^2.8.4: resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== -prettier@^3.0.0-alpha.12: - version "3.0.0-alpha.9-for-vscode" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.0-alpha.9-for-vscode.tgz#163beaa27b76178a3a66dbca2087d0f464204f94" - integrity sha512-1PRIN3j5DKFi/BGBYB6aErxkq76ml2n1AHPmwrqh/bCiBkmXio5eFTrNMpDls/529r+8TSzVLQMhDFzrwMA2ag== - pretty-bytes@^5.6.0: version "5.6.0" resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"