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 cac66db
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 --non-interactive",
"yarn run lint",
"yarn run build"
],
Expand Down

0 comments on commit cac66db

Please sign in to comment.