Skip to content

Commit

Permalink
Update site kit version (#707)
Browse files Browse the repository at this point in the history
* update package version

* run migration script

* add retries

* remove migration comments

* fix slugs

* bump vite version

* undo import path  changes

* fix import... again
  • Loading branch information
AlecAivazis authored Nov 17, 2022
1 parent f956f68 commit be0d880
Show file tree
Hide file tree
Showing 37 changed files with 132 additions and 530 deletions.
2 changes: 1 addition & 1 deletion e2e/sveltekit/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (process.env.CI) {
}

const config = {
// retries: 2,
retries: 3,
workers: 5,
reporter,
use,
Expand Down
Loading

0 comments on commit be0d880

Please sign in to comment.