Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Updated prod and test scripts to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
runely committed Aug 14, 2021
1 parent fb03d30 commit f36796e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test:standard": "standard",
"refresh": "rm -rf node_modules/ && rm package-lock.json && npm i",
"dev": "func start",
"deploy:test": "func azure functionapp publish test-func-minelev-api-v1",
"deploy:prod": "func azure functionapp publish prod-func-minelev-api-v1"
"deploy:test": "func azure functionapp publish test-func-minelev-api-v2",
"deploy:prod": "func azure functionapp publish prod-func-minelev-api-v2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f36796e

Please # to comment.