File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ try {
147147}
148148
149149// Publish canonical packages
150- execSync ( "tsx scripts/publish-canonical.ts" ) ;
150+ execSync ( "pnpm tsx scripts/publish-canonical.ts" ) ;
151151
152- execSync ( "tsx ./scripts/lite.ts" ) ;
152+ execSync ( "pnpm tsx ./scripts/lite.ts" ) ;
153153execSync ( publishCmd + reTag . replace ( "@" , "-lite@" ) ) ;
Original file line number Diff line number Diff line change 8686}
8787
8888// Publish canonical packages
89- execSync ( "tsx scripts/publish-canonical.ts" ) ;
89+ execSync ( "pnpm tsx scripts/publish-canonical.ts" ) ;
9090
91- execSync ( "tsx ./scripts/lite.ts" ) ;
91+ execSync ( "pnpm tsx ./scripts/lite.ts" ) ;
9292execSync ( `cd lib && pnpm build && npm publish ${ provenance } --access public` ) ;
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ const rebrandFn = async () => {
112112 ) ;
113113
114114 console . log ( "\x1b[32m" , "rebranding..." ) ;
115- execSync ( "tsx ./scripts/rebrander.ts" , { stdio : "inherit" } ) ;
115+ execSync ( "pnpm tsx ./scripts/rebrander.ts" , { stdio : "inherit" } ) ;
116116
117117 console . log ( "\x1b[32m" , "..." ) ;
118118 console . log ( "\x1b[32m" , "..." ) ;
You can’t perform that action at this time.
0 commit comments