CircleCI-Public / node-orb

An orb for working with Node.js on CircleCI
https://circleci.com/orbs/registry/orb/circleci/node
MIT License
52 stars 80 forks source link

feat: optionally store artifacts after script in run job #206

Closed loderunner closed 1 month ago

loderunner commented 8 months ago

SEMVER Update Type:

Description:

Motivation:

Running a script often produces new files to be stored as artifacts. For example, many front-end projects use a bundler such as Webpack or Vite, and TypeScript projects need to be transpiled to JavaScript. These tools are often controlled with a build, compile or webpack script.

After this step, the produced files often need to be persisted somewhere, and artifacts seems like a good place.

Checklist: