From c84bc2da63a85e7474c0b6ef04123dda2f1769f1 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 30 Jan 2024 16:10:08 +0300 Subject: [PATCH] Update package.json Co-authored-by: Mathias Fredriksson --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56cc77d..bab18d3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "fmt": "bun x prettier -w **/*.sh .sample/run.sh new.sh **/*.ts **/*.md *.md && terraform fmt **/*.tf .sample/main.tf", "fmt:ci": "bun x prettier --check **/*.sh .sample/run.sh new.sh **/*.ts **/*.md *.md && terraform fmt -check **/*.tf .sample/main.tf", "lint": "bun run lint.ts", - "update-version": "sh update-version.sh" + "update-version": "./update-version.sh" }, "devDependencies": { "bun-types": "^1.0.18",