@vaporweb/service
v1.0.2
Published
## Service Scripts
Downloads
6
Readme
@vaporweb/service
Service Scripts
service develop
Runs the service in development mode and watches for changes. CLI options will be forwarded to Node.js.
service lint
Runs the linter.
CLI options will be forwarded to eslint or tslint. For example, service lint --fix
.
service test
Starts the test runner. CLI options will be forwarded to Jest. For example, service test --watch
.
You can override jest configuration options by adding them to the package.json file.