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 2222 "start" : " turbo run start" ,
2323 "test" : " turbo run test" ,
2424 "test-format" : " prettier '**/*.{ts,tsx}' --check" ,
25- "publish-package " : " turbo publish-package " ,
25+ "publish" : " turbo publish" ,
2626 "prepare" : " husky install" ,
2727 "pre-commit" : " lint-staged"
2828 },
Original file line number Diff line number Diff line change 2121 "clean" : " rm -rf build" ,
2222 "dev" : " tsup --watch" ,
2323 "lint" : " eslint '**/*.{ts,tsx}'" ,
24- "publish-package " : " pnpm publish" ,
24+ "publish" : " pnpm publish" ,
2525 "test" : " ava"
2626 },
2727 "dependencies" : {
Original file line number Diff line number Diff line change 2121 "clean" : " rm -rf build" ,
2222 "dev" : " tsup --watch" ,
2323 "lint" : " eslint '**/*.{ts,tsx}'" ,
24- "publish-package " : " pnpm publish" ,
24+ "publish" : " pnpm publish" ,
2525 "test" : " ava"
2626 },
2727 "dependencies" : {
Original file line number Diff line number Diff line change 1616 "clean" : " rm -rf build" ,
1717 "dev" : " tsup --watch" ,
1818 "lint" : " eslint '**/*.{ts,tsx}'" ,
19- "publish-package " : " pnpm publish"
19+ "publish" : " pnpm publish"
2020 },
2121 "engines" : {
2222 "node" : " >=12"
Original file line number Diff line number Diff line change 2727 "clean" : " rm -rf build" ,
2828 "dev" : " tsup --watch" ,
2929 "lint" : " eslint '**/*.{ts,tsx}'" ,
30- "publish-package " : " pnpm publish" ,
30+ "publish" : " pnpm publish" ,
3131 "test" : " ava"
3232 },
3333 "dependencies" : {
Original file line number Diff line number Diff line change 2222 "clean" : " rm -rf build" ,
2323 "dev" : " tsup --watch --external react" ,
2424 "lint" : " eslint '**/*.{ts,tsx}'" ,
25- "publish-package " : " pnpm publish"
25+ "publish" : " pnpm publish"
2626 },
2727 "dependencies" : {
2828 "@fisch0920/medium-zoom" : " ^1.0.7" ,
Original file line number Diff line number Diff line change 2828 "clean" : {
2929 "cache" : false
3030 },
31- "publish-package " :{
31+ "publish" :{
3232 },
33- "notion-types#publish-package " :{
33+ "notion-types#publish" :{
3434 "dependsOn" : [" build" , " test" , " lint" ]
3535 },
36- "notion-utils#publish-package " :{
36+ "notion-utils#publish" :{
3737 "dependsOn" : [" build" , " test" , " lint" ]
3838 },
39- "notion-compat#publish-package " :{
39+ "notion-compat#publish" :{
4040 "dependsOn" : [" build" , " test" , " lint" ]
4141 },
42- "notion-client#publish-package " :{
42+ "notion-client#publish" :{
4343 "dependsOn" : [" build" , " test" , " lint" ]
4444 },
45- "react-notion-x#publish-package " :{
45+ "react-notion-x#publish" :{
4646 "dependsOn" : [" build" , " test" , " lint" ]
4747 }
4848 }
You can’t perform that action at this time.
0 commit comments