Commit 94e2aec
chore: tweak package.json to get a new release out (gatsbyjs#10564)
This is a simple no-op change that will cause a new release of `gatsby-plugin-emotion` to get out.
In [this comment](gatsbyjs#10500 (comment)) we can see that additional assets (e.g. `gatsby-ssr.js`) made their way into the deploy, which means that the plugin functionality is changed.
There's a few other ways we could solve this, e.g.
- Using the `files` array to limit what files are published (but this could cause further errors in the future that are easy to miss)
- Adding a `clean` step run before `bootstrap` that will wipe out any built files
I can work on integrating those, but for now, we should get `4.0.1` published with a clean deploy.1 parent e2556f9 commit 94e2aec
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments