We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa403a4 commit 375204eCopy full SHA for 375204e
e2e-tests/adapters/scripts/deploy-and-run/netlify.mjs
@@ -18,13 +18,16 @@ const npmScriptToRun = process.argv[2] || "test:netlify"
18
// ensure clean build
19
await execa(`npm`, [`run`, `clean`], { stdio: `inherit` })
20
21
+const deployAlias = 'gatsby-e2e-tests'
22
const deployResults = await execa(
23
"npx",
24
[
25
"ntl",
26
"deploy",
27
"--build",
28
"--json",
29
+ "--alias",
30
+ deployAlias,
31
"--message",
32
deployTitle,
33
process.env.EXTRA_NTL_CLI_ARGS ?? "--cwd=.",
0 commit comments