File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
clients/algoliasearch-client-javascript Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 run : yarn cli build specs -s
165165
166166 - name : Store bundled specs
167- uses : actions/upload-artifact@v6
167+ uses : actions/upload-artifact@v7
168168 with :
169169 if-no-files-found : error
170170 name : specs
@@ -291,7 +291,7 @@ jobs:
291291 run : zip -r -y clients-javascript.zip clients/algoliasearch-client-javascript ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).testsToStore }} ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).guidesToStore }} -x "**/node_modules**" "**/.yarn/cache/**" "**/.yarn/install-state.gz" "**/build/**" "**/dist/**" "**/.gradle/**" "**/bin/**" "**/.nx/**"
292292
293293 - name : Store javascript clients
294- uses : actions/upload-artifact@v6
294+ uses : actions/upload-artifact@v7
295295 with :
296296 if-no-files-found : error
297297 name : clients-javascript
@@ -414,7 +414,7 @@ jobs:
414414
415415 - name : Store ${{ matrix.client.language }} clients
416416 if : ${{ matrix.client.isMainVersion }}
417- uses : actions/upload-artifact@v6
417+ uses : actions/upload-artifact@v7
418418 with :
419419 if-no-files-found : error
420420 name : clients-${{matrix.client.language }}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type Requester = keyof typeof requesters;
1717
1818export function getBaseConfig ( cwd : string ) : Options {
1919 return {
20- clean : true ,
20+ clean : false ,
2121 sourcemap : true ,
2222 splitting : false ,
2323 tsconfig : path . resolve ( cwd , 'tsconfig.json' ) ,
You can’t perform that action at this time.
0 commit comments