We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8828d commit 98afe13Copy full SHA for 98afe13
ab-testing/deno.json
@@ -2,7 +2,7 @@
2
"tasks": {
3
"validate": "deno run scripts/validation/index.ts",
4
"deploy": "deno run --allow-read=dist --allow-env=FASTLY_AB_TESTING_CONFIG --allow-net=api.fastly.com:443 scripts/deploy/index.ts --mvts=dist/mvts.json --ab-tests=dist/ab-tests.json",
5
- "build": "deno run --allow-env=FASTLY_AB_TESTING_CONFIG --allow-net=api.fastly.com:443 --allow-write scripts/build/index.ts --mvts=dist/mvts.json --ab-tests=dist/ab-tests.json"
+ "build": "deno run --allow-env=FASTLY_AB_TESTING_CONFIG,FASTLY_API_TOKEN --allow-net=api.fastly.com:443 --allow-write scripts/build/index.ts --mvts=dist/mvts.json --ab-tests=dist/ab-tests.json"
6
},
7
"imports": {
8
"@std/assert": "jsr:@std/assert@^1.0.13",
0 commit comments