Skip to content

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
freeboub committed Aug 24, 2024
1 parent af4a5b8 commit 5900144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"hooks": {
"before:init": [
"rm -Rf lib tsconfig.tsbuildinfo",
"yarn install --frozen-lockfile --non-interactive --production=false",
"yarn install --frozen-lockfile",
"yarn run lint",
"yarn run build"
],
Expand Down

0 comments on commit 5900144

Please sign in to comment.