Skip to content

Commit e87347b

Browse files
committed
check if build is passing before release
Signed-off-by: Dmitriy Nevzorov <[email protected]>
1 parent d830fb2 commit e87347b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"gatsby-plugin-manifest": "^2.4.5",
1111
"gatsby-plugin-offline": "^3.2.3",
1212
"gatsby-plugin-react-helmet": "^3.3.1",
13-
"gatsby-plugin-react-i18next": "^0.0.6",
13+
"gatsby-plugin-react-i18next": "^0.0.9",
1414
"gatsby-plugin-sharp": "^2.6.4",
1515
"gatsby-source-filesystem": "^2.3.4",
1616
"gatsby-transformer-sharp": "^2.5.2",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
},
8686
"hooks": {
8787
"before:init": [
88-
"yarn run format"
88+
"yarn run format",
89+
"yarn run prepare"
8990
]
9091
}
9192
}

0 commit comments

Comments
 (0)