File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 63
63
"lint:spelling" : " cspell \" **\" \" .github/**/*\" " ,
64
64
"prepare" : " husky install" ,
65
65
"setup" : " npx --yes zx --quiet script/setup.js" ,
66
- "setup:test" : " npx --yes zx --quiet script/setup. test.js" ,
66
+ "setup:test" : " npx --yes zx --quiet script/setup- test-e2e .js" ,
67
67
"test" : " vitest"
68
68
},
69
69
"type" : " module" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ const owner = "NewOwnerTest";
9
9
const title = "New Title Test" ;
10
10
const repository = "new-repository-test" ;
11
11
12
- await $ `pnpm run setup --description ${ description } --owner ${ owner } --title ${ title } --repository ${ repository } --skip-api` ;
12
+ const result =
13
+ await $ `pnpm run setup --description ${ description } --owner ${ owner } --title ${ title } --repository ${ repository } --skip-api` ;
14
+ console . log ( { result } ) ;
13
15
14
16
const newPackageJson = JSON . parse (
15
17
( await fs . readFile ( "./package.json" ) ) . toString ( )
You can’t perform that action at this time.
0 commit comments