Skip to content

Commit

Permalink
fix(specs): consequence is required when saving rules (#4146)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Nov 26, 2024
1 parent 95846f6 commit b728c5f
Show file tree
Hide file tree
Showing 10 changed files with 193 additions and 314 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10
env:
CACHE_VERSION: 1.12 # bump this to run all clients on the CI.
CACHE_VERSION: 1.13 # bump this to run all clients on the CI.
steps:
- name: debugging - dump GitHub context
env:
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages/*"
],
"scripts": {
"build": "lerna run build --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/client-composition' --include-dependencies",
"build": "lerna run build --skip-nx-cache --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/client-composition' --include-dependencies",
"clean": "lerna run clean",
"release:publish": "tsc --project scripts/tsconfig.json && node scripts/dist/publish.js",
"test": "lerna run test $*",
Expand Down
Loading

0 comments on commit b728c5f

Please sign in to comment.