Skip to content

Commit

Permalink
fixup! chore(root): Remove conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed May 31, 2024
1 parent 1ca18a0 commit 39dc1ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/embed/tools/semantic-release-prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const pkg = JSON.parse(
)

pkg.scripts.prepush = "pnpm test:prod && pnpm build"

Check warning on line 10 in libs/embed/tools/semantic-release-prepare.ts

View workflow job for this annotation

GitHub Actions / Spell check

Unknown word (prepush)
pkg.scripts.commitmsg = "commitlint -E HUSKY_GIT_PARAMS"

writeFileSync(
path.resolve(__dirname, "..", "package.json"),
Expand Down

0 comments on commit 39dc1ef

Please sign in to comment.