Package Exports
- print-hello-cicd
- print-hello-cicd/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (print-hello-cicd) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
This is a test package to test CI/CD for GitHub Actions and NPM.
Functions that are available: printHello printName
GITHUB ACTION NOTES:
- Commented because it is not necessary for this package to run npm ci before npm test. If you any packages installed you need to uncomment it.
- The token[NODE_AUTH_TOKEN] you need to use for npm you need to save it in secrets -> repository secrets.