Skip to content

Commit bd717f3

Browse files
committed
Improve build for homepage
1 parent 976424c commit bd717f3

File tree

3 files changed

+315
-180
lines changed

3 files changed

+315
-180
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ aliases:
5757
key: v17-prod-app-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}
5858
paths:
5959
- ./packages/app/www
60-
- ./packages/app/.cache-loader
60+
- ./packages/homepage/.cache
6161

6262
- &save_prod_cache
6363
key: v17-prod-build-cache-{{ .Environment.CIRCLE_BRANCH }}-{{ .Environment.CIRCLE_SHA1 }}

packages/homepage/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"babel-preset-gatsby": "^0.1.5",
1313
"card-vibes": "^0.1.0",
1414
"date-fns": "1.30.1",
15-
"gatsby": "^2.0.88",
16-
"gatsby-cli": "^2.4.6",
15+
"gatsby": "^2.4.2",
16+
"gatsby-cli": "^2.5.12",
1717
"gatsby-plugin-google-fonts": "^0.0.4",
1818
"gatsby-plugin-google-tagmanager": "^2.0.7",
1919
"gatsby-plugin-nprogress": "^2.0.7",
@@ -26,7 +26,7 @@
2626
"gatsby-remark-embed-youtube": "^0.0.7",
2727
"gatsby-remark-images": "^1.5.34",
2828
"gatsby-remark-prismjs": "^1.2.11",
29-
"gatsby-source-airtable": "^2.0.2",
29+
"gatsby-source-airtable": "^2.0.8",
3030
"gatsby-source-filesystem": "^2.0.10",
3131
"gatsby-source-rss-feed": "^1.1.1",
3232
"gatsby-transformer-json": "^2.1.8",
@@ -47,7 +47,6 @@
4747
"react-typography": "^0.16.13",
4848
"slick-carousel": "^1.8.1",
4949
"styled-components": "^4.2.0",
50-
"terser": "^3.17.0",
5150
"three": "^0.87.1",
5251
"typography": "^0.16.17",
5352
"typography-breakpoint-constants": "^0.15.10"
@@ -73,7 +72,7 @@
7372
"gatsby-source-medium": "^2.0.2",
7473
"prettier": "^1.8.2",
7574
"rimraf": "^2.6.2",
76-
"terser": "^3.10.13",
75+
"terser": "^3.17.0",
7776
"webpack": "^1.13.3"
7877
},
7978
"browserslist": [

0 commit comments

Comments
 (0)