From 4a5e35243db9976abe4d90deff593c7b6b49a0db Mon Sep 17 00:00:00 2001 From: seven Date: Sat, 15 Jul 2023 18:16:54 +0800 Subject: [PATCH] update keywords --- .github/workflows/node.yml | 1 - package.json | 23 +++++++++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 5994a2e..3d593f4 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -9,7 +9,6 @@ on: jobs: build: strategy: - max-parallel: 1 matrix: os: [macos-latest, ubuntu-latest] node-version: [16.x, 18.x] diff --git a/package.json b/package.json index 9afcf04..9a77e46 100644 --- a/package.json +++ b/package.json @@ -11,16 +11,31 @@ "build": "tsc --build", "lint:fix": "eslint --fix ./", "lint:check": "eslint ./", - "test": "DEBUG='jest-search' jest --runInBand --coverage --coverageReporters json-summary text html lcov" + "test": "DEBUG='jest-search' jest --runInBand --detectOpenHandles --coverage --coverageReporters json-summary text html lcov" }, "repository": { "type": "git", "url": "git+https://github.com/geek-fun/jest-search.git" }, "keywords": [ - "elasticSearch", - "openSearch", - "zinc" + "jest", + "ElasticSearch", + "jest-elasticsearch", + "elasticsearch local", + "elasticsearch-local", + "OpenSearch", + "jest-opensearch", + "opensearch local", + "opensearch-local", + "ZincSearch", + "jest-zincsearch", + "zincsearch local", + "zincsearch-local", + "jest environment", + "jest preset", + "jest-preset", + "es", + "es local" ], "bugs": { "url": "https://github.com/geek-fun/jest-search/issues"