Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable incremental builds
  • Loading branch information
karenying committed Dec 1, 2020
1 parent b8a1264 commit 9b70c02
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
46 changes: 46 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "n/a",
"scripts": {
"develop": "yarn run clean && gatsby develop",
"build": "yarn run clean && gatsby build",
"build": "yarn run clean && cross-env GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"deploy": "yarn run clean && gatsby build --prefix-paths && gh-pages -d public",
"clean": "rimraf .cache public",
"flow": "flow",
Expand Down Expand Up @@ -43,6 +43,7 @@
"bluebird": "^3.7.2",
"classnames": "^2.2.6",
"codecov": "^3.8.0",
"cross-env": "^7.0.2",
"gatsby": "^2.24.80",
"gatsby-link": "^2.4.15",
"gatsby-plugin-catch-links": "^2.3.15",
Expand Down

0 comments on commit 9b70c02

Please sign in to comment.