From ef0d422a4960458282b8bf30d509891d1e480f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Tue, 29 Jun 2021 17:55:19 +0200 Subject: [PATCH] Fixing building of typings --- .github/workflows/push-to-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-npm.yml b/.github/workflows/push-to-npm.yml index 011ae440..3b90e846 100644 --- a/.github/workflows/push-to-npm.yml +++ b/.github/workflows/push-to-npm.yml @@ -43,7 +43,7 @@ jobs: working-directory: "front" - name: "Build" - run: yarn run build + run: yarn run build-typings env: PUSHER_URL: "//localhost:8080" working-directory: "front"