Skip to content

Commit

Permalink
build(deps): add @nrwl/tao as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Feb 20, 2023
1 parent eb6e19a commit 3da27fc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 deletions.
39 changes: 20 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"private": true,
"dependencies": {
"@nrwl/devkit": "15.7.2",
"@nrwl/tao": "15.7.2",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
Expand Down
3 changes: 2 additions & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ async function main() {
});

await exec('npm link dist/packages/nx-semantic-release');
await exec('npm install');

await exec('nx run nx-semantic-release:semantic-release', {
await exec('nx run nx-semantic-release:semantic-release --verbose', {
verbose: true,
});

Expand Down

0 comments on commit 3da27fc

Please sign in to comment.