docker-to-iac Available Commands
The following commands are currently supported:
npm run build- Will build the module and create output files inside
dist/direcotry.
- Will build the module and create output files inside
npm run lint- Will run eslint command. ESLint is also run as part of GitHub action test for new pull request on the default
mainbranch.
- Will run eslint command. ESLint is also run as part of GitHub action test for new pull request on the default
npm run test- Runs the tests defined in the
test/test.tsfile. The tests are also part of the GitHub action pipeline for new pull requests intomain.
- Runs the tests defined in the
npm run semantic-release- Runs the semantic-release command which is part of the release process of docker-to-iac modules to npm registry. The release is executed through a GitHub action pipeline.
View all commands config from package.json.
