Files
gitea-actions/node/README.md
T
2026-05-29 11:16:00 -04:00

1.0 KiB

Node Build

Description

Install dependencies, build, and upload a build artifact

Inputs

name description required default
INSTALL_CMD

Install command

false npm ci
BUILD_SCRIPT

npm script to run for the main build

false build:stage
EXTRA_BUILD_SCRIPT

Optional additional npm script to run after the main build

false ""
ARTIFACT_NAME

Name to give the uploaded artifact

false dist
ARTIFACT_PATH

Path to upload as the artifact

false dist
COPY_PRISMA_ENGINE

Copy the Prisma query engine binaries into the build directory

false false

Runs

This action is a composite action.