Commit 2e21691
test: fix failing path prefix test by updating gatsby/cli version (#8362)
* test: fix failing path prefix test by updating gatsby/cli version
This updates the internal gatsby version in one of the tests (path
prefix) so that the `gatsby serve` command now has the option
`--prefix-paths` which is required for the test to pass. To the best of
my knowledge, the --copy-all behavior of gatsby-dev-cli isn't meaningful
here, because it doesn't copy over the .bin executables, so the local
package.json versions are still used for some things.
Also note, for the chmod change, check out [this test run](https://circleci.com/gh/gatsbyjs/gatsby/1410). I've seen that happen locally after running gatsby-dev-cli, and that's the fix that's worked for me!
* ci: don't hardcode gatsby path1 parent f514b44 commit 2e21691
File tree
2 files changed
+4
-3
lines changed- integration-tests/path-prefix
- scripts
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
0 commit comments