Merge pull request #579 from quantified-uncertainty/issue576

closes 576
This commit is contained in:
Ozzie Gooen 2022-05-23 07:20:51 -04:00 committed by GitHub
commit 157dac9f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 5155 deletions

View File

@ -11,3 +11,4 @@ packages/squiggle-lang/.nyc_output/
packages/squiggle-lang/coverage/
packages/squiggle-lang/.cache/
packages/website/build/
packages/squiggle-lang/src/rescript/Reducer/Reducer_Peggy/Reducer_Peggy_GeneratedParser.js

View File

@ -21,3 +21,4 @@ dist
_coverage
coverage
.nyc_output/
src/rescript/Reducer/Reducer_Peggy/Reducer_Peggy_GeneratedParser.js

View File

@ -4,4 +4,5 @@ lib
*.gen.tsx
.nyc_output/
coverage/
.cache/
.cache/
Reducer_Peggy_GeneratedParser.js

View File

@ -4,9 +4,9 @@
"homepage": "https://squiggle-language.com",
"license": "MIT",
"scripts": {
"peggy": "peggy --cache ",
"build:peggy": "find . -type f -name *.peggy -exec yarn run peggy {} \\;",
"build": "yarn build:rescript && yarn build:typescript",
"peggy": "peggy --cache",
"build": "yarn build:peggy && yarn build:rescript && yarn build:typescript",
"build:peggy": "find . -type f -name *.peggy -exec yarn peggy {} \\;",
"build:rescript": "rescript build -with-deps",
"build:typescript": "tsc",
"bundle": "webpack",