Skip to content

Commit

Permalink
fix: update snapshots as part of automated update
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Feb 5, 2022
1 parent b97f6fc commit 5778714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/automated-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ async function main() {

childProcess.spawnSync('yarn', ['build'], {stdio: 'inherit'})
childProcess.spawnSync('yarn', ['start'], {stdio: 'inherit'})
childProcess.spawnSync('yarn', ['test:unit', '-u'], {stdio: 'inherit'})
}

main()

0 comments on commit 5778714

Please sign in to comment.