Skip to content

Commit

Permalink
Use pnpm for building, remove package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrerojosh committed Nov 14, 2023
1 parent fd51b39 commit 5e991f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5,421 deletions.
20 changes: 10 additions & 10 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"git": {
"commitMessage": "${version}",
"commitArgs": ["-S"],
"tagArgs": ["-s"]
},
"hooks": {
"after:bump": ["npm run clean", "npm run build"]
}
}
{
"git": {
"commitMessage": "${version}",
"commitArgs": ["-S"],
"tagArgs": ["-s"]
},
"hooks": {
"after:bump": ["pnpm run clean", "pnpm run build"]
}
}
Loading

0 comments on commit 5e991f9

Please sign in to comment.