Skip to content

Commit

Permalink
[core] Batch small changes (mui#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 15, 2021
1 parent 1478759 commit 621fcb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3,986 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto eol=lf
14 changes: 7 additions & 7 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# [build]
# # Directory (relative to root of your repo) that contains the deploy-ready
# # HTML files and assets generated by the build. If a base directory has
# # been specified, include it in the publish directory path.
# publish = "docs/export/"
[build]
# Directory (relative to root of your repo) that contains the deploy-ready
# HTML files and assets generated by the build. If a base directory has
# been specified, include it in the publish directory path.
publish = "docs/export/"

# # Default build command.
# command = "yarn docs:build && yarn docs:export && yarn storybook:build && yarn storybook:export && yarn demo:build && yarn demo:export"
# Default build command.
command = "yarn docs:build && yarn docs:export && yarn storybook:build && yarn storybook:export"

[build.environment]
NODE_VERSION = "10"
Expand Down
Loading

0 comments on commit 621fcb9

Please sign in to comment.