Commit 0daf8ea
fix: stagger starter migrations (#8216)
π Thanks for submitting a pull request! π
#### Summary
Fixes #<replace_with_issue_number>
<!--
Explain the **motivation** for making this change. What existing problem
does the pull request solve and how?
-->
---
For us to review and ship your PR efficiently, please perform the
following steps:
- [ ] Open a
[bug/issue](https://github.com/netlify/cli/issues/new/choose) before
writing your code π§βπ». This ensures we can discuss the changes and get
feedback from everyone that should be involved. If you\`re fixing a typo
or something that\`s on fire π₯ (e.g. incident related), you can skip
this step.
- [ ] Read the [contribution guidelines](../CONTRIBUTING.md) π. This
ensures your code follows our style guide and
passes our tests.
- [ ] Update or add tests (if any source code was changed or added) π§ͺ
- [ ] Update or add documentation (if features were changed or added) π
- [ ] Make sure the status checks below are successful β
**A picture of a cute animal (not mandatory, but encouraged)**
---------
Co-authored-by: Katherine Beck <katherine.beck@netlify.com>1 parent a410f87 commit 0daf8ea
2 files changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
0 commit comments