Skip to content

Commit

Permalink
Added pmn run env:init job to github/workflows/azure-dev.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaddingham committed Aug 20, 2024
1 parent eed0f47 commit aa17921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"env:init": "bash ./.azd/scripts/create-env.sh",
"env:init": "bash ./.azd/scripts/create-env.sh && ./.azd/scripts/create-infra-env-vars.sh",
"env:dv": "bash ./.azd/scripts/read-domain-verification-vars.sh",
"start": "next start -p 80",
"lint": "next lint"
Expand Down

0 comments on commit aa17921

Please sign in to comment.