Skip to content

Commit ee9ecc3

Browse files
committed
chore: compile like a boss
1 parent 9001daa commit ee9ecc3

File tree

6 files changed

+40986
-1241
lines changed

6 files changed

+40986
-1241
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525

2626
- name: Bundle with ncc
2727
run: |
28-
npx ncc build dist/index.js -o dist
29-
npx ncc build dist/cleanup.js -o dist
28+
npm run build
3029
3130
- name: Get release ID
3231
id: get_release

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ outputs:
1717
token_file:
1818
description: 'Path to the file containing the authentication token'
1919
runs:
20-
using: 'node12'
21-
main: 'dist/index.js'
22-
post: 'dist/index.js'
20+
using: 'node20'
21+
main: 'dist/main/index.js'
22+
post: 'dist/cleanup/index.js'
2323

2424

0 commit comments

Comments
 (0)