Skip to content

Commit

Permalink
feat: update config cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 6, 2025
1 parent 4047b44 commit 83f77ee
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.js',
extends: 'release.config.base.cjs',
pkgRoot: `dist/`,
tagFormat: name + '-v${version}',
commitPaths: [`${srcRoot}/*`],
Expand Down

0 comments on commit 83f77ee

Please sign in to comment.