Skip to content

Commit 0f76146

Browse files
committed
Convert back to CJS and use ncc.
1 parent f07b5bf commit 0f76146

25 files changed

+171987
-161328
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ outputs:
7272
description: 'A boolean value to indicate an exact match was found for the primary key'
7373
runs:
7474
using: 'node20'
75-
main: 'dist/main.js'
76-
post: 'dist/cleanup.js'
75+
main: 'dist/main/index.js'
76+
post: 'dist/cleanup/index.js'
7777
post-if: 'success()'

dist/cleanup.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/main.js renamed to dist/cleanup/index.js

Lines changed: 90254 additions & 85980 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)