We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7baed6 commit 08b55a0Copy full SHA for 08b55a0
package.json
@@ -14,7 +14,7 @@
14
"build:spec": "yarn build:spec:search && yarn build:spec:recommend",
15
"clean": "rm -rf **/dist **/build **/node_modules",
16
"client:build-js:search": "yarn workspace @algolia/client-search build",
17
- "client:build-js:recommend": "yarn workspace @algolia/client-search build",
+ "client:build-js:recommend": "yarn workspace @algolia/recommend build",
18
"client:build-js": "yarn client:build-js:search && yarn client:build-js:recommend",
19
"client:build": "yarn client:build-js",
20
"lint:js": "yarn prettier --write clients/algoliasearch-client-javascript/${CLIENT}",
0 commit comments