From 4e26bfcec1de3f85853a6aa169ec9d23361b0f3c Mon Sep 17 00:00:00 2001 From: AnhMTV Date: Mon, 24 Jun 2024 20:00:19 +0700 Subject: [PATCH] Update master build --- scripts/koni-ci-ghact-build.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/koni-ci-ghact-build.mjs b/scripts/koni-ci-ghact-build.mjs index e0914a79ed..255c12ff0d 100755 --- a/scripts/koni-ci-ghact-build.mjs +++ b/scripts/koni-ci-ghact-build.mjs @@ -205,7 +205,7 @@ runCheck(); runBuild(); runBuildWebRunner(); -// gitPush(); +gitPush(); // try { // loopFunc(npmPublish); // } catch (e) {