File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
"type" : " module" ,
23
23
"exports" : " ./dist/index.js" ,
24
24
"scripts" : {
25
- "dev" : " tsdown --watch" ,
25
+ "dev" : " tsdown --watch ./src --watch ../common " ,
26
26
"build" : " tsdown" ,
27
27
"prepublishOnly" : " npm run build"
28
28
},
Original file line number Diff line number Diff line change 15
15
"type" : " module" ,
16
16
"private" : true ,
17
17
"scripts" : {
18
- "dev" : " tsdown --watch" ,
18
+ "dev" : " tsdown --watch ./src --watch ../common " ,
19
19
"build" : " tsdown" ,
20
20
"test" : " playwright test"
21
21
},
Original file line number Diff line number Diff line change 22
22
"type" : " module" ,
23
23
"exports" : " ./dist/index.js" ,
24
24
"scripts" : {
25
- "dev" : " tsdown --watch" ,
25
+ "dev" : " tsdown --watch ./src --watch ../common " ,
26
26
"build" : " tsdown" ,
27
27
"prepublishOnly" : " npm run build" ,
28
28
"test-unit" : " vitest run"
You can’t perform that action at this time.
0 commit comments