Skip to content

Commit 5b05ef4

Browse files
committed
chore(javascript): update release script
1 parent b18651b commit 5b05ef4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clients/algoliasearch-client-javascript/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Build clients
2929
shell: bash
30-
run: yarn build:all
30+
run: yarn build
3131

3232
- name: Publish to NPM
3333
shell: bash

config/generation.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export const patterns = [
6363
// JavaScript
6464
'!clients/algoliasearch-client-javascript/*',
6565
'!clients/algoliasearch-client-javascript/.yarn/**',
66+
'!clients/algoliasearch-client-javascript/.github/workflows/release.yml',
6667
'!clients/algoliasearch-client-javascript/scripts/**',
6768
'!clients/algoliasearch-client-javascript/tests/**',
6869
// the release process is allowed to push changes to this file, but in general we don't because those files are generated

0 commit comments

Comments
 (0)