Skip to content

Commit

Permalink
Added npm run option for post-provision.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaddingham committed Aug 20, 2024
1 parent b6f2673 commit 12000a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "next build",
"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",
"env:post": "bash ./.azd/hooks/postprovision.sh",
"start": "next start -p 80",
"lint": "next lint"
},
Expand Down

0 comments on commit 12000a7

Please sign in to comment.