This pull request aims to address an issue where NPM scripts lead to an error when executed using the nest command as the default. The proposed changes update the default command in the package.json file from nest to stencil.
Files Changed
stencil/sample/05-temporal-package/package.json
Proposed Changes
The default NPM scripts in the package.json file have been updated from nest to stencil. This change ensures that the scripts execute correctly and aligns with the project's dependencies and tooling.
Pull Request: Update Default NPM Scripts
Description
This pull request aims to address an issue where NPM scripts lead to an error when executed using the
nest
command as the default. The proposed changes update the default command in thepackage.json
file fromnest
tostencil
.Files Changed
stencil/sample/05-temporal-package/package.json
Proposed Changes
The default NPM scripts in the
package.json
file have been updated fromnest
tostencil
. This change ensures that the scripts execute correctly and aligns with the project's dependencies and tooling.}