Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
fix: semantic-release reorder plugins and add --verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Apr 26, 2020
1 parent 7277567 commit fb0bb6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
]
}
],
"@semantic-release/github",
[
"@semantic-release/npm",
{
"npmPublish": false
}
]
],
"@semantic-release/github"
],
"preset": "angular"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"publisher": "snyk-security",
"scripts": {
"DISABLED_postinstall": "node ./node_modules/vscode/bin/install",
"release": "semantic-release",
"release": "semantic-release --debug",
"check": "eslint src/* && prettier -c ./src/**/*",
"build": "webpack --mode production",
"vscode:prepublish": "npm run check && npm run build",
Expand Down

0 comments on commit fb0bb6a

Please sign in to comment.