Skip to content

Commit

Permalink
feat: update config release cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 6, 2025
1 parent 83f77ee commit a3dea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nt-stylesheet/release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const name = '@nashtech/nt-stylesheet'
const srcRoot = `apps/nt-stylesheet`

module.exports = {
extends: 'release.config.base.cjs',
extends: '../../release.config.base.cjs',
pkgRoot: `dist/`,
tagFormat: name + '-v${version}',
commitPaths: [`${srcRoot}/*`],
Expand Down

0 comments on commit a3dea31

Please sign in to comment.