Skip to content

Commit

Permalink
Update package.json and release.config.mjs files
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed May 2, 2024
1 parent aeeb097 commit 6d72b4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"type": "module",
"scripts": {
"install": "husky install && pnpm ls --r --filter \"./packages/*\"",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./packages/*\" build",
Expand Down
6 changes: 3 additions & 3 deletions release.config.js → release.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const { configure } = require('semantic-release-config-techor')
import { configure } from 'semantic-release-config-techor'

module.exports = configure({
export default configure({
plugins: {
'@semantic-release/exec': {
verifyReleaseCmd: 'pnpm run version ${nextRelease.version}'
}
}
})
})

0 comments on commit 6d72b4f

Please sign in to comment.