Skip to content

Commit 9eb3d28

Browse files
committed
review
1 parent 436ce35 commit 9eb3d28

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ runs:
8787
if: ${{ inputs.language == 'javascript' }}
8888
uses: actions/cache@v3
8989
with:
90-
path: |
91-
clients/algoliasearch-client-javascript/node_modules/.cache/
92-
clients/algoliasearch-client-javascript/node_modules/
90+
path: clients/algoliasearch-client-javascript/node_modules
9391
key: node-modules-client-${{ env.CACHE_VERSION }}-${{ hashFiles('clients/algoliasearch-client-javascript/yarn.lock') }}
9492

9593
- name: Install JavaScript client dependencies

clients/algoliasearch-client-javascript/nx.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"runner": "nx/tasks-runners/default",
55
"options": {
66
"cacheableOperations": [
7-
"build:utils",
87
"build:many",
98
"build:all",
109
"build"

clients/algoliasearch-client-javascript/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
"packages/*"
66
],
77
"scripts": {
8-
"build:all": "lerna run build --parallel --ignore '{@algolia/requester-*,@algolia/client-common}'",
8+
"build:all": "lerna run build --parallel",
99
"build:many": "lerna run build --parallel --scope ${0:-'{@algolia/*,algoliasearch}'}",
10-
"build:utils": "lerna run build --parallel --scope '{@algolia/requester-*,@algolia/client-common}'",
1110
"clean": "lerna run clean --parallel",
1211
"release:bump": "lerna version ${0:-patch} --no-changelog --no-git-tag-version --no-push --exact --force-publish --yes",
1312
"release:publish": "ts-node --project tsconfig.script.json scripts/publish.ts",

0 commit comments

Comments
 (0)