vega-frontend-monorepo/netlify.toml
Matthew Russell 3b56dcd2b9
Task/Orders data provider for libs/order-list (#173)
* add small/large options for loader

* switch order-list lib to use orders data provider

* prepare incoming orders for table insertion

* delete dupe file, fix test

* ignore sentry-cli from netlify build

* move sentry/nextjs to dev deps

* exclude sentry-cli from netlify
2022-04-04 13:41:19 -07:00

5 lines
122 B
TOML

[build]
ignore = "node ignore-netlify-build.js"
[functions]
included_files = ["!node_modules/@sentry/cli/sentry-cli"]