From 1cbe9619f0a471b0cf397b168d3442d6251eb592 Mon Sep 17 00:00:00 2001 From: Kamo Spertsyan Date: Wed, 9 Oct 2024 18:03:55 +0300 Subject: [PATCH] Fix publish script --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 77c29ae..7f3d709 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - name: Build run: | yarn - yarn prepare + yarn build - name: Setup node for publishing uses: actions/setup-node@v3