Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdabbs committed Dec 9, 2023
1 parent 5ddcf8f commit a3a109a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/compile/src/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ async function run(dir: string) {
},
)

console.log(process.version, process.env)
console.log({ stdout, stderr, error, status })

if (error) {
throw error
}
Expand Down

0 comments on commit a3a109a

Please sign in to comment.