fix(ns-paystack): extended release config base js
This commit is contained in:
commit
e067e45a18
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ const appPath = `libs/${appName}`;
|
||||||
const artifactName = appName;
|
const artifactName = appName;
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
extends: 'release.config.base.js',
|
||||||
name: appName,
|
name: appName,
|
||||||
pkgRoot: `dist/${appPath}`,
|
pkgRoot: `dist/${appPath}`,
|
||||||
tagFormat: artifactName + '-v${version}',
|
tagFormat: artifactName + '-v${version}',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue