Merge pull request #246 from quantified-uncertainty/issue-241

build rescript for codeql
This commit is contained in:
Ozzie Gooen 2022-04-13 14:18:53 -04:00 committed by GitHub
commit 7251f5864a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,10 @@ jobs:
# 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: Install dependencies
run: yarn
- name: Build rescript
run: cd packages/squiggle-lang && yarn build
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl