File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 129
129
"dev:compat" : " microbundle watch --raw --no-generateTypes --format cjs --cwd compat --globals 'preact/hooks=preactHooks'" ,
130
130
"test" : " npm-run-all build lint test:unit" ,
131
131
"test:unit" : " run-p test:mocha test:vitest test:vitest:min test:ts" ,
132
- "test:vitest:watch" : " vitest" ,
133
132
"test:vitest" : " cross-env COVERAGE=true vitest run" ,
134
133
"test:vitest:min" : " cross-env MINIFY=true vitest run" ,
134
+ "test:vitest:watch" : " vitest" ,
135
135
"test:ts" : " run-p test:ts:*" ,
136
136
"test:ts:core" : " tsc -p test/ts/ && mocha --require \" @babel/register\" test/ts/**/*-test.js" ,
137
137
"test:ts:compat" : " tsc -p compat/test/ts/" ,
Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ export default defineConfig({
200
200
? [
201
201
'**/dist/preact.mjs' ,
202
202
'**/compat/dist/compat.mjs' ,
203
+ '**/devtools/dist/devtools.mjs' ,
203
204
'**/jsx-runtime/dist/jsxRuntime.mjs' ,
204
205
'**/debug/dist/debug.mjs' ,
205
206
'**/hooks/dist/hooks.mjs' ,
@@ -208,6 +209,7 @@ export default defineConfig({
208
209
: [
209
210
'**/src/**/*' ,
210
211
'**/debug/src/**/*' ,
212
+ '**/devtools/src/**/*' ,
211
213
'**/hooks/src/**/*' ,
212
214
'**/compeat/src/**/*' ,
213
215
'**/jsx-runtime/src/**/*' ,
You can’t perform that action at this time.
0 commit comments