Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 692 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (26 loc) · 692 Bytes

Contributing

Getting started

  1. First, fork the repo to your own github account and clone it.
  2. Install dependencies: npm install

Running the tests

Unit tests

npm test

or in watch mode:

npm test -- --watch

Integration

npm run integration

Testing the plugin on a serverless application

Configure the app's serverless.yml to use your fork of the plugin as documented here.

# serverless.yml
plugins:
  localPath: "path/to/serverless-plugin"
  modules:
    - index