Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Latest commit

 

History

History
51 lines (33 loc) · 1.2 KB

File metadata and controls

51 lines (33 loc) · 1.2 KB

Contributing to Baselime Github Setup Action

You want to help improve the Baselime Github Setup Action? Awesome, thank you!

Reporting Issues

Bugs, feature requests, and development-related questions should be directed to our GitHub issue tracker.

When reporting a bug, please try and provide as much context as possible such as your operating system, Node version, and anything else that might be relevant to the bug. For feature requests, please explain what you're trying to do, and how the requested feature would help you do that.

Building and Packaging the project

Prerequisites:

  • Node 16.15+ Installed.
$ npm run build
  • Packaging the binary
# Linux
$ npm run package:linux

# MacOS
$ npm run package:macos

Setup

Fork then clone this repository:

$ git clone https://github.com/baselime/action-setup-baselime.git
$ cd action-setup-baselime
$ npm ci

Install @vercel/ncc

$ npm i -g @vercel/ncc

Compile the module into a single file after making you changes

$ npm run compile