File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22
22
"start" : " turbo run start" ,
23
23
"test" : " turbo run test" ,
24
24
"test-format" : " prettier '**/*.{ts,tsx}' --check" ,
25
- "publish-package " : " turbo publish-package " ,
25
+ "publish" : " turbo publish" ,
26
26
"prepare" : " husky install" ,
27
27
"pre-commit" : " lint-staged"
28
28
},
Original file line number Diff line number Diff line change 21
21
"clean" : " rm -rf build" ,
22
22
"dev" : " tsup --watch" ,
23
23
"lint" : " eslint '**/*.{ts,tsx}'" ,
24
- "publish-package " : " pnpm publish" ,
24
+ "publish" : " pnpm publish" ,
25
25
"test" : " ava"
26
26
},
27
27
"dependencies" : {
Original file line number Diff line number Diff line change 21
21
"clean" : " rm -rf build" ,
22
22
"dev" : " tsup --watch" ,
23
23
"lint" : " eslint '**/*.{ts,tsx}'" ,
24
- "publish-package " : " pnpm publish" ,
24
+ "publish" : " pnpm publish" ,
25
25
"test" : " ava"
26
26
},
27
27
"dependencies" : {
Original file line number Diff line number Diff line change 16
16
"clean" : " rm -rf build" ,
17
17
"dev" : " tsup --watch" ,
18
18
"lint" : " eslint '**/*.{ts,tsx}'" ,
19
- "publish-package " : " pnpm publish"
19
+ "publish" : " pnpm publish"
20
20
},
21
21
"engines" : {
22
22
"node" : " >=12"
Original file line number Diff line number Diff line change 27
27
"clean" : " rm -rf build" ,
28
28
"dev" : " tsup --watch" ,
29
29
"lint" : " eslint '**/*.{ts,tsx}'" ,
30
- "publish-package " : " pnpm publish" ,
30
+ "publish" : " pnpm publish" ,
31
31
"test" : " ava"
32
32
},
33
33
"dependencies" : {
Original file line number Diff line number Diff line change 22
22
"clean" : " rm -rf build" ,
23
23
"dev" : " tsup --watch --external react" ,
24
24
"lint" : " eslint '**/*.{ts,tsx}'" ,
25
- "publish-package " : " pnpm publish"
25
+ "publish" : " pnpm publish"
26
26
},
27
27
"dependencies" : {
28
28
"@fisch0920/medium-zoom" : " ^1.0.7" ,
Original file line number Diff line number Diff line change 28
28
"clean" : {
29
29
"cache" : false
30
30
},
31
- "publish-package " :{
31
+ "publish" :{
32
32
},
33
- "notion-types#publish-package " :{
33
+ "notion-types#publish" :{
34
34
"dependsOn" : [" build" , " test" , " lint" ]
35
35
},
36
- "notion-utils#publish-package " :{
36
+ "notion-utils#publish" :{
37
37
"dependsOn" : [" build" , " test" , " lint" ]
38
38
},
39
- "notion-compat#publish-package " :{
39
+ "notion-compat#publish" :{
40
40
"dependsOn" : [" build" , " test" , " lint" ]
41
41
},
42
- "notion-client#publish-package " :{
42
+ "notion-client#publish" :{
43
43
"dependsOn" : [" build" , " test" , " lint" ]
44
44
},
45
- "react-notion-x#publish-package " :{
45
+ "react-notion-x#publish" :{
46
46
"dependsOn" : [" build" , " test" , " lint" ]
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments