File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3333        npm ci 
3434        npm run lint 
3535        npm run format:check 
36+         npm run build:all 
3637        npm run docs 
3738
3839   tests-without-auth :
6465        username : ${{secrets.DOCKER_USERNAME}} 
6566        password : ${{secrets.DOCKER_PASSWORD}} 
6667    - name : " Transpile the package" 
67-       run : npm run build 
68+       run : npm run build:all  
6869    - name : " Install dependencies" 
6970      run : | 
7071        npm ci 
9596        username : ${{secrets.DOCKER_USERNAME}} 
9697        password : ${{secrets.DOCKER_PASSWORD}} 
9798    - name : " Transpile the package" 
98-       run : npm run build 
99+       run : npm run build:all  
99100    - name : " Install dependencies" 
100101      run : | 
101102        npm ci 
@@ -127,7 +128,7 @@ jobs:
127128          node-version : ' 22.x' 
128129          registry-url : ' https://registry.npmjs.org' 
129130      - run : npm ci 
130-       - run : npm run build 
131+       - run : npm run build:all  
131132      - run : npm publish 
132133        env :
133134          NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTOMATION_TOKEN }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments