From 3305d3be10daed441773ef8c5d4e70b9fc49892e Mon Sep 17 00:00:00 2001 From: u Date: Sun, 6 Aug 2023 14:02:45 +0200 Subject: [PATCH] fix: build issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a27b27f..5487496 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "example": "examples" }, "scripts": { - "build": "sh .github/workflows/build.sh" + "build": "bash .github/workflows/build.sh" }, "repository": { "type": "git",