Skip to content

Commit

Permalink
chore(gatsby): Fix bootstrap CI (#20452)
Browse files Browse the repository at this point in the history
* chore(gatsby): Fix bootstrap CI

* fix snapshot
  • Loading branch information
blainekasten authored and GatsbyJS Bot committed Jan 7, 2020
1 parent 535d51c commit edd7457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/node": "^7.7.7",
"@babel/plugin-transform-typescript": "^7.7.4",
"@babel/runtime": "^7.7.7",
"@lerna/prompt": "3.18.5",
"@types/express": "^4.17.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Object {
"type": "javascript/auto",
"use": Array [
Object {
"loader": "<PROJECT_ROOT>/node_modules/babel-loader/lib/index.js",
"loader": "<PROJECT_ROOT>/packages/gatsby/node_modules/babel-loader/lib/index.js",
"options": Object {
"babelrc": false,
"cacheIdentifier": "develop---gatsby-dependencies@1.0.0",
Expand Down

0 comments on commit edd7457

Please sign in to comment.