try this
This commit is contained in:
parent
96d6e5c04d
commit
d98c637c15
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -24,7 +24,7 @@
|
|||
*.json @quinn-dougherty @Hazelfire @OAGr
|
||||
*.y*ml @quinn-dougherty @OAGr
|
||||
*.config.js @Hazelfire @OAGr
|
||||
netlify.toml @quinn-dougherty @OAGr
|
||||
netlify.toml @quinn-dougherty @OAGr @Hazelfire
|
||||
|
||||
# Documentation
|
||||
*.md @quinn-dougherty @OAGr @Hazelfire
|
||||
|
|
5
netlify.toml
Normal file
5
netlify.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[build.environment]
|
||||
NETLIFY_USE_YARN = true
|
||||
|
||||
[context.deploy-preview]
|
||||
ignore = "node -e 'process.env.BRANCH.includes(\"dependabot\") ? 0 : 1'"
|
|
@ -2,9 +2,3 @@
|
|||
publish = "packages/components/storybook-static/"
|
||||
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"
|
||||
|
||||
[build.environment]
|
||||
NETLIFY_USE_YARN = true
|
||||
|
||||
[context.deploy-preview]
|
||||
ignore = "node -e 'process.env.BRANCH.includes(\"dependabot\") ? 0 : 1'"
|
|
@ -2,9 +2,3 @@
|
|||
publish = "packages/website/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"
|
||||
|
||||
[build.environment]
|
||||
NETLIFY_USE_YARN = true
|
||||
|
||||
[context.deploy-preview]
|
||||
ignore = "node -e 'process.env.BRANCH.includes(\"dependabot\") ? 0 : 1'"
|
Loading…
Reference in New Issue
Block a user