Skip to content

Commit 82295df

Browse files
authored
Moved from ncc to esbuild (#89)
1 parent 3733321 commit 82295df

6 files changed

Lines changed: 19050 additions & 30493 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ A GitHub Action that sends messages, reactions, threads, and block-based message
1515
npm test # Run Jest unit tests (src/ only)
1616
npm run test-debug # Debug Jest with Node inspector
1717
npm run lint # ESLint with auto-fix
18-
npm run build # Compile dist/index.js via ncc (required before deploy)
19-
npm run build-legacy # Use if build fails due to OpenSSL issues
18+
npm run build # Compile dist/index.js via esbuild (required before deploy)
2019
```
2120

2221
Integration test (requires real Slack token):

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ This action is just an HTTPS POST to Slack API, so you can easily build this by
413413

414414
See package.json for `yarn lint`, `yarn test`, etc.
415415

416-
Remember to create the dist with `yarn build`.
416+
Remember to create the dist with `npm run build`.
417417

418418
To run local integration test (from this repository):
419419

0 commit comments

Comments
 (0)