From f36796e6e41371a9ec02aaad251ff26dc3cf1f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rune=20Moskvil=20Lyng=C3=A5s?= Date: Sat, 14 Aug 2021 17:46:28 +0200 Subject: [PATCH] Updated prod and test scripts to v2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4eeb181..4a42590 100644 --- a/package.json +++ b/package.json @@ -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",