-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(ncc)!: build index.js with ncc (#24)
* test(linter)!: new version 1.3.2 * Clean build rubbish * build(ncc)!: build index.js with ncc
- Loading branch information
Showing
7 changed files
with
10,441 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,6 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Semantic Release PR Title Check | ||
uses: osl-incubator/[email protected].0 | ||
uses: osl-incubator/[email protected].1 | ||
with: | ||
convention-name: conventionalcommits |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Semantic Release PR Title Check | ||
uses: osl-incubator/[email protected].0 | ||
uses: osl-incubator/[email protected].1 | ||
with: #Optional | ||
convention-name: conventionalcommits #Default: angular | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ branding: | |
|
||
runs: | ||
using: 'node16' | ||
main: 'dist/main.js' | ||
main: 'dist/index.js' |
Oops, something went wrong.