From 75280e2e5f824f54729e8ae4efa6486ad97cc2b2 Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Wed, 17 Aug 2022 20:52:33 -0700 Subject: [PATCH] sorry, one more bug in `ci.yml` (2) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 810b42be..605b3e34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,7 +221,7 @@ jobs: with: version: "latest" - name: Build squiggle-mc - run: cd ../mc wasm-pack build --target nodejs + run: cd ../mc && wasm-pack build --target nodejs - name: Build rescript and typescript in squiggle-lang run: cd ../squiggle-lang && yarn build - name: Build components