Skip to content

Commit

Permalink
Merge pull request #34 from mterm-io/cicd
Browse files Browse the repository at this point in the history
Cicd
  • Loading branch information
daretodave committed Apr 27, 2024
2 parents 858df89 + 4381546 commit 40e6eb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple
release-type: node
3 changes: 3 additions & 0 deletions src/main/logger.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const log = (...message: string[]) => {
console.log(...message)
}

0 comments on commit 40e6eb8

Please sign in to comment.