Skip to content

Commit

Permalink
Add prepare-artifacts and bundle-npm-artifacts subcommands
Browse files Browse the repository at this point in the history
These subcommands setup jobs to help in creating cross-platform NPM
binary NPM packages
  • Loading branch information
ManasJayanth committed Jun 2, 2024
1 parent 1a7560b commit c36a19d
Show file tree
Hide file tree
Showing 5 changed files with 160,033 additions and 70,236 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ inputs:
manifest:
description: JSON or opam file to be used
required: false
prepare-npm-artifacts-mode:
description:
Runs a steps that prepare artifacts for release the app to NPM. These
artifacts are later used by, `bundle-npm-tarball-mode`
required: false
bundle-npm-artifacts-mode:
description: Runs a steps that bundle artifacts for release the app to NPM.
required: false
runs:
using: node20
main: dist/index.js
Expand Down
Loading

0 comments on commit c36a19d

Please sign in to comment.