File tree Expand file tree Collapse file tree 5 files changed +2
-36
lines changed Expand file tree Collapse file tree 5 files changed +2
-36
lines changed Original file line number Diff line number Diff line change 4343        timeout-minutes : 2 
4444        with :
4545          github-token : ${{ secrets.GITHUB_TOKEN }} 
46+           fail-on-error : false 
4647      - name : Package 
4748        #  Use --ignore-scripts here to avoid re-building again before pack
4849        run : | 
5253        uses : actions/upload-artifact@v4 
5354        with :
5455          name : ${{ inputs.artifact_name || 'npm-package' }} 
55-           path : preact.tgz 
56+           path : preact.tgz 
Original file line number Diff line number Diff line change 3434      "import" : " ./server.mjs" 
3535      "require" : " ./server.js" 
3636    },
37-     "./react-19" : {
38-       "import" : " ./react-19.mjs" 
39-       "require" : " ./react-19.js" 
40-     },
4137    "./jsx-runtime" : {
4238      "import" : " ./jsx-runtime.mjs" 
4339      "require" : " ./jsx-runtime.js" 
Load Diff This file was deleted. 
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 8989      "import" : " ./compat/jsx-runtime.mjs" 
9090      "require" : " ./compat/jsx-runtime.js" 
9191    },
92-     "./compat/react-19" : {
93-       "types" : " ./compat/src/index.d.ts" 
94-       "import" : " ./compat/react-19.mjs" 
95-       "require" : " ./compat/react-19.js" 
96-     },
9792    "./compat/jsx-dev-runtime" : {
9893      "types" : " ./jsx-runtime/src/index.d.ts" 
9994      "import" : " ./compat/jsx-dev-runtime.mjs" 
171166    " compat/test-utils.js" 
172167    " compat/jsx-runtime.js" 
173168    " compat/jsx-runtime.mjs" 
174-     " compat/react-19.js" 
175-     " compat/react-19.mjs" 
176169    " compat/jsx-dev-runtime.js" 
177170    " compat/jsx-dev-runtime.mjs" 
178171    " compat/package.json" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments