From fe047a92dd5fb4f68db528c0fd8bf758b2a4008d Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 13 Apr 2022 11:08:26 -0400 Subject: [PATCH] build rescript et. al. for codeql --- .github/workflows/codeql-analysis.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 83eb8152..93448d58 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,9 +60,16 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v1 - + # - name: Autobuild + # uses: github/codeql-action/autobuild@v1 + - name: Install dependencies + run: yarn + - name: Build rescript + run: cd packages/squiggle-lang && yarn build + - name: Bundle and build components + run: cd packages/components && yarn bundle && yarn build + - name: build website + run: cd packages/website && yarn build # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl