Skip to content

Conversation

@cliffhall
Copy link
Member

Prepare for npm trusted publisher setup, adding workflow file for publishing, and removing build output from repo.

  • Format ./src/index.ts, ./test/*

  • In package.json

    • update format script
    • add engines section with node version >= 20
  • Added main.yml

    • contains build and publish jobs
  • Remove .bin

    • build in CI before publishing
  • Add .bin to .gitignore

Prepare for npm trusted publisher setup, adding workflow file for publishing, and removing build output from repo.

* Format ./src/index.ts, ./test/*

* In package.json
  - update format script
  - add engines section with node version >= 20

* Added main.yml
  - contains build and publish jobs

* Remove .bin
  - build in CI before publishing

* Add .bin to .gitignore
@cliffhall cliffhall self-assigned this Nov 25, 2025
  - Move prettier check to after npm install
  - Remove publish environment
@cliffhall cliffhall merged commit 9a3b790 into main Nov 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants