Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add incremental building #840

Merged
merged 1 commit into from
Jan 13, 2021
Merged

Add incremental building #840

merged 1 commit into from
Jan 13, 2021

Conversation

yakkomajuri
Copy link
Contributor

No description provided.

@@ -22,6 +22,7 @@
"@mdx-js/mdx": "^1.6.19",
"@mdx-js/react": "^1.6.19",
"antd": "^3.23.2",
"cross-env": "^7.0.3",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a devDependency actually. Though I also think we don't really support development on Windows, so not sure how much is this needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is based on this Netlify tutorial but yeah we don't necessarily need it. Also, Netlify calls gatsby build and I believe it doesn't install dev dependencies, hence this is here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thinking again maybe we should keep it in case a contributor uses Windows. Not sure if they'd currently run into other problems though.

@yakkomajuri yakkomajuri merged commit 77114f5 into master Jan 13, 2021
@yakkomajuri yakkomajuri deleted the improve-buildtime branch January 13, 2021 11:27
@yakkomajuri yakkomajuri mentioned this pull request Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants