File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 138138 "alex" : " 11.0.1" ,
139139 "cem-plugin-module-file-extensions" : " 0.0.5" ,
140140 "chromatic" : " 13.2.0" ,
141- "chromedriver" : " 140 .0.3 " ,
141+ "chromedriver" : " 142 .0.0 " ,
142142 "colors" : " 1.4.0" ,
143143 "common-tags" : " 1.8.2" ,
144144 "crypto" : " 1.0.1" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const { browser = 'chrome' } = yargs(hideBin(process.argv)).argv;
2727 */
2828export const getChangedPackages = ( ) => {
2929 let changedPackages = [ ] ;
30- const changesetDir = '.changeset' ;
30+ const changesetDir = '../. changeset' ;
3131
3232 try {
3333 // Check if .changeset directory exists
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ $ node test/benchmark/cli -n 20
178178 for ( const packageName of packages ) {
179179 const runCommands : string [ ] = [ ] ;
180180 const config : Partial < ConfigFile > = {
181- root : '../..' ,
181+ root : '../../.. ' ,
182182 $schema :
183183 'https://raw.githubusercontent.com/Polymer/tachometer/master/config.schema.json' ,
184184 timeout : parseFloat ( opts . timeout ) || 0 ,
Original file line number Diff line number Diff line change 44 "outDir" : " ." ,
55 "rootDir" : " ." ,
66 "types" : [" node" ],
7- "typeRoots" : [" ../node_modules/@types" ]
7+ "typeRoots" : [" ../../ node_modules/@types" ]
88 },
99 "include" : [" benchmark/cli.ts" ],
1010 "exclude" : []
You can’t perform that action at this time.
0 commit comments