File tree 5 files changed +2
-36
lines changed
5 files changed +2
-36
lines changed Original file line number Diff line number Diff line change 43
43
timeout-minutes : 2
44
44
with :
45
45
github-token : ${{ secrets.GITHUB_TOKEN }}
46
+ fail-on-error : false
46
47
- name : Package
47
48
# Use --ignore-scripts here to avoid re-building again before pack
48
49
run : |
52
53
uses : actions/upload-artifact@v4
53
54
with :
54
55
name : ${{ inputs.artifact_name || 'npm-package' }}
55
- path : preact.tgz
56
+ path : preact.tgz
Original file line number Diff line number Diff line change 34
34
"import" : " ./server.mjs" ,
35
35
"require" : " ./server.js"
36
36
},
37
- "./react-19" : {
38
- "import" : " ./react-19.mjs" ,
39
- "require" : " ./react-19.js"
40
- },
41
37
"./jsx-runtime" : {
42
38
"import" : " ./jsx-runtime.mjs" ,
43
39
"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 89
89
"import" : " ./compat/jsx-runtime.mjs" ,
90
90
"require" : " ./compat/jsx-runtime.js"
91
91
},
92
- "./compat/react-19" : {
93
- "types" : " ./compat/src/index.d.ts" ,
94
- "import" : " ./compat/react-19.mjs" ,
95
- "require" : " ./compat/react-19.js"
96
- },
97
92
"./compat/jsx-dev-runtime" : {
98
93
"types" : " ./jsx-runtime/src/index.d.ts" ,
99
94
"import" : " ./compat/jsx-dev-runtime.mjs" ,
171
166
" compat/test-utils.js" ,
172
167
" compat/jsx-runtime.js" ,
173
168
" compat/jsx-runtime.mjs" ,
174
- " compat/react-19.js" ,
175
- " compat/react-19.mjs" ,
176
169
" compat/jsx-dev-runtime.js" ,
177
170
" compat/jsx-dev-runtime.mjs" ,
178
171
" compat/package.json" ,
You can’t perform that action at this time.
0 commit comments