Listener that restores the node_modules
directory from the
configured cache before a goal invocation.
Listener that stores the output from TypeScript compilation in the configured cache after a goal invocation.
Listener that restores the output from TypeScript compilation from the configured cache before a goal invocation.
Use NPM to compile sources and cache the results. If compilation fails, nothing is cached.
Project to run compile in
SDM goal invocation triggering this preparation
SDM goal event triggering this preparation
Success or failure
Install Node.js dependencies using NPM and cache the results. If install the dependencies fails, nothing is cached.
Project to install dependencies for
SDM goal invocation triggering this preparation
SDM goal event triggering this preparation
Success or failure
Run NPM package compile script, if present.
Project to run compile script in
SDM goal invocation triggering this preparation
Success or failure
Install Node.js dependencies using NPM, running npm install
or
npm ci
, as appropriate.
Project to install dependencies for
SDM goal invocation triggering this preparation
Success or failure
Update package files with pre-release version for the provided goal invocation.
Project to modify package files in
SDM goal invocation triggering this preparation
Success or failure
Project listener that runs npmCompilePreparation before executing goal.
Project listener that runs npmInstallPreparation before executing goal.
Project listener that runs npmVersionPreparation before executing goal.
Generated using TypeDoc
Listener that stores the
node_modules
directory in the configured cache after a goal invocation.