This commit is contained in:
Quinn Dougherty 2022-04-14 22:17:23 -04:00
parent 96d6e5c04d
commit d98c637c15
4 changed files with 7 additions and 14 deletions

2
.github/CODEOWNERS vendored
View File

@ -24,7 +24,7 @@
*.json @quinn-dougherty @Hazelfire @OAGr *.json @quinn-dougherty @Hazelfire @OAGr
*.y*ml @quinn-dougherty @OAGr *.y*ml @quinn-dougherty @OAGr
*.config.js @Hazelfire @OAGr *.config.js @Hazelfire @OAGr
netlify.toml @quinn-dougherty @OAGr netlify.toml @quinn-dougherty @OAGr @Hazelfire
# Documentation # Documentation
*.md @quinn-dougherty @OAGr @Hazelfire *.md @quinn-dougherty @OAGr @Hazelfire

5
netlify.toml Normal file
View File

@ -0,0 +1,5 @@
[build.environment]
NETLIFY_USE_YARN = true
[context.deploy-preview]
ignore = "node -e 'process.env.BRANCH.includes(\"dependabot\") ? 0 : 1'"

View File

@ -2,9 +2,3 @@
publish = "packages/components/storybook-static/" publish = "packages/components/storybook-static/"
build = "cd packages/squiggle-lang && yarn build && cd ../components && yarn build" build = "cd packages/squiggle-lang && yarn build && cd ../components && yarn build"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF packages/components packages/squiggle-lang" ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF packages/components packages/squiggle-lang"
[build.environment]
NETLIFY_USE_YARN = true
[context.deploy-preview]
ignore = "node -e 'process.env.BRANCH.includes(\"dependabot\") ? 0 : 1'"

View File

@ -1,10 +1,4 @@
[build] [build]
publish = "packages/website/build/" publish = "packages/website/build/"
build = "cd packages/squiggle-lang && yarn build && cd ../website && yarn build" build = "cd packages/squiggle-lang && yarn build && cd ../website && yarn build"
# ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF packages/website packages/components packages/squiggle-lang" # ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF packages/website packages/components packages/squiggle-lang"
[build.environment]
NETLIFY_USE_YARN = true
[context.deploy-preview]
ignore = "node -e 'process.env.BRANCH.includes(\"dependabot\") ? 0 : 1'"