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 aa02f00 commit 16cade8Copy full SHA for 16cade8
src/Elastic.Documentation.Site/package.json
@@ -19,6 +19,8 @@
19
"synthetics:test:edge": "DOCS_ENV=edge npm run synthetics:test",
20
"synthetics:test:local": "DOCS_ENV=local npm run synthetics:test",
21
"synthetics:push": "npx @elastic/synthetics push --config=./synthetics/synthetics.config.ts",
22
+ "synthetics:push:prod": "DOCS_ENV=prod npm run synthetics:push -- --tags=\"env:prod\"",
23
+ "synthetics:push:staging": "DOCS_ENV=staging npm run synthetics:push -- --tags=\"env:staging\"",
24
"synthetics:push:edge": "DOCS_ENV=edge npm run synthetics:push -- --tags=\"env:edge\""
25
},
26
"targets": {
0 commit comments