alterna-gas-invoice-fulfiller
v1.0.0
Published
This README would normally document whatever steps are necessary to get your application up and running.
Downloads
1
Readme
alterna-gas-invoice-fulfiller
Scripts
- build: Executes the TypeScript compiler and compiles the project at
build
directory. - dependencies:purge: Remove node_modules and package-lock.json, clean npm cache and install all dependencies.
- dev: Executes the build script in watch mode for running the build on any file change.
- lint: Executes the linter for the project following the config using ESlint.
- lint:fix: Executes the linter for the project resolving problems automatically.
- prepare: Prepares the package for being packed. Also run after every npm install without arguments. Right now only executes the build.
- prepublishOnly: This script run right before the package is published at npm. Right now executes the
npm run tag
script. - tag: Generates automatically the tag for git based on package.json version and pull everything to remote.
- test: Run the build script and then execute tests with Jest.