From ebba6fee6e9195d2ed31d2b45fe9b51695266e33 Mon Sep 17 00:00:00 2001 From: Sam Nolan Date: Fri, 18 Feb 2022 13:48:08 +1100 Subject: [PATCH] Correct spelling of rescript --- .github/workflows/lang-jest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lang-jest.yml b/.github/workflows/lang-jest.yml index c734737d..f6977301 100644 --- a/.github/workflows/lang-jest.yml +++ b/.github/workflows/lang-jest.yml @@ -14,6 +14,6 @@ jobs: - name: Install Packages run: yarn - name: Build rescript - run: yarn recsript build -with-deps + run: yarn rescript build -with-deps - name: Run tests run: yarn test