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 2222 "type" : " module" ,
2323 "exports" : " ./dist/index.js" ,
2424 "scripts" : {
25- "dev" : " tsdown --watch" ,
25+ "dev" : " tsdown --watch ./src --watch ../common " ,
2626 "build" : " tsdown" ,
2727 "prepublishOnly" : " npm run build"
2828 },
Original file line number Diff line number Diff line change 1515 "type" : " module" ,
1616 "private" : true ,
1717 "scripts" : {
18- "dev" : " tsdown --watch" ,
18+ "dev" : " tsdown --watch ./src --watch ../common " ,
1919 "build" : " tsdown" ,
2020 "test" : " playwright test"
2121 },
Original file line number Diff line number Diff line change 2222 "type" : " module" ,
2323 "exports" : " ./dist/index.js" ,
2424 "scripts" : {
25- "dev" : " tsdown --watch" ,
25+ "dev" : " tsdown --watch ./src --watch ../common " ,
2626 "build" : " tsdown" ,
2727 "prepublishOnly" : " npm run build" ,
2828 "test-unit" : " vitest run"
You can’t perform that action at this time.
0 commit comments