mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
try ncc for packaging
This commit is contained in:
parent
62eba970e0
commit
03caddd29a
8 changed files with 78 additions and 333 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -16,7 +16,9 @@ jobs:
|
|||
- name: Build
|
||||
run: npm run build
|
||||
- name: Test
|
||||
run: npm run test
|
||||
run: npm run fmt
|
||||
- name: Format
|
||||
run: npm t
|
||||
- name: "check for uncommitted changes"
|
||||
# Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue