File tree 7 files changed +5
-2
lines changed
7 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ export function NotionPage({
100
100
}
101
101
102
102
const title = getPageTitle ( recordMap )
103
- console . log ( title , recordMap )
104
103
105
104
// useful for debugging from the dev console
106
105
if ( typeof window !== 'undefined' ) {
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export function NotionPage({
15
15
}
16
16
17
17
const title = getPageTitle ( recordMap )
18
- console . log ( title , recordMap )
19
18
20
19
return (
21
20
< >
Original file line number Diff line number Diff line change 18
18
},
19
19
"scripts" : {
20
20
"build" : " tsup" ,
21
+ "dev" : " tsup --watch" ,
21
22
"watch" : " tsup --watch --silent --onSuccess 'echo build successful'" ,
22
23
"clean" : " del build" ,
23
24
"test" : " run-s test:*" ,
Original file line number Diff line number Diff line change 18
18
},
19
19
"scripts" : {
20
20
"build" : " tsup" ,
21
+ "dev" : " tsup --watch" ,
21
22
"watch" : " tsup --watch --silent --onSuccess 'echo build successful'" ,
22
23
"clean" : " del build" ,
23
24
"test" : " run-s test:*" ,
Original file line number Diff line number Diff line change 18
18
},
19
19
"scripts" : {
20
20
"build" : " tsup" ,
21
+ "dev" : " tsup --watch" ,
21
22
"watch" : " tsup --watch --silent --onSuccess 'echo build successful'" ,
22
23
"clean" : " del build" ,
23
24
"test" : " run-s test:*" ,
Original file line number Diff line number Diff line change 24
24
},
25
25
"scripts" : {
26
26
"build" : " tsup" ,
27
+ "dev" : " tsup --watch" ,
27
28
"watch" : " tsup --watch --silent --onSuccess 'echo build successful'" ,
28
29
"clean" : " del build" ,
29
30
"test" : " run-s test:*" ,
Original file line number Diff line number Diff line change 47
47
},
48
48
"scripts" : {
49
49
"build" : " tsup" ,
50
+ "dev" : " tsup --watch" ,
50
51
"watch" : " tsup --watch --silent --onSuccess 'echo build successful'" ,
51
52
"clean" : " del build" ,
52
53
"test" : " run-s test:*" ,
You can’t perform that action at this time.
0 commit comments