Skip to content

Commit

Permalink
chore: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhengjian committed Jul 25, 2022
1 parent cc33f6f commit edbb66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ const main = async() => {
// use test
try {
console.log(chalk.magenta('test ...'))
// multi test
await Promise.all(selectPkgs.map(pkg => execa('pnpm', ['run', 'test'], { cwd: pkg.dir })))
console.log(chalk.green('test success'))
}
Expand Down

0 comments on commit edbb66b

Please sign in to comment.