Skip to content

Commit

Permalink
fix: prevent issues with package version
Browse files Browse the repository at this point in the history
build before release!
  • Loading branch information
Marvin Heilemann committed Feb 14, 2020
1 parent 28c75b6 commit 98db577
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 30 deletions.
5 changes: 4 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"default": "https://github.com/release-it/release-it/blob/master/conf/release-it.json",
"hooks": {
"before:init": "npm run lint"
"before:init": [
"pnpm run lint",
"pnpm run rebuild"
]
},
"git": {
"requireCleanWorkingDir": false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"gatsby-remark-copy-linked-files": "^2.1.37",
"gatsby-remark-images": "^3.1.44",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-source-graphql": "^2.1.33",
"gatsby-source-graphql": "2.1.29",
"gatsby-transformer-json": "^2.2.26",
"gatsby-transformer-leasot": "^1.1.1",
"gatsby-transformer-sharp": "^2.3.14",
Expand Down Expand Up @@ -128,4 +128,4 @@
"node": ">=12",
"pnpm": ">=4"
}
}
}
35 changes: 8 additions & 27 deletions pnpm-lock.yaml

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

0 comments on commit 98db577

Please sign in to comment.