Skip to content

Commit 16cade8

Browse files
committed
Add npm scripts
1 parent aa02f00 commit 16cade8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Elastic.Documentation.Site/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"synthetics:test:edge": "DOCS_ENV=edge npm run synthetics:test",
2020
"synthetics:test:local": "DOCS_ENV=local npm run synthetics:test",
2121
"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\"",
2224
"synthetics:push:edge": "DOCS_ENV=edge npm run synthetics:push -- --tags=\"env:edge\""
2325
},
2426
"targets": {

0 commit comments

Comments
 (0)