Skip to content

Commit b728c5f

Browse files
authored
fix(specs): consequence is required when saving rules (#4146)
1 parent 95846f6 commit b728c5f

File tree

10 files changed

+193
-314
lines changed

10 files changed

+193
-314
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-22.04
4242
timeout-minutes: 10
4343
env:
44-
CACHE_VERSION: 1.12 # bump this to run all clients on the CI.
44+
CACHE_VERSION: 1.13 # bump this to run all clients on the CI.
4545
steps:
4646
- name: debugging - dump GitHub context
4747
env:

clients/algoliasearch-client-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packages/*"
77
],
88
"scripts": {
9-
"build": "lerna run build --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/client-composition' --include-dependencies",
9+
"build": "lerna run build --skip-nx-cache --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/client-composition' --include-dependencies",
1010
"clean": "lerna run clean",
1111
"release:publish": "tsc --project scripts/tsconfig.json && node scripts/dist/publish.js",
1212
"test": "lerna run test $*",

0 commit comments

Comments
 (0)