Commit c528828
committed
chore: increase server test timeout, fix
In #9325, I added a few
fixtures to the `@redwoodjs/api-server` package that include dist files.
`yarn build:clean` deletes all dist directories in all packages (the
glob is `packages/**/dist`), so `yarn rwfw project:sync` ended up
deleting twenty or so files. This PR makes `yarn build:clean` a little
smarter. I couldn't see a way to do it via the `rimraf` CLI, so I just
made a script.
This PR also increases the timeout in the server tests which were a
little flakey.yarn build:clean (#9336)1 parent 7371273 commit c528828
File tree
4 files changed
+16
-2
lines changed- tasks
- server-tests
4 files changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments