Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 520 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 520 Bytes

Contributing to dx-scripts

Installation

yarn

Development

To test the scripts, please run:

yarn build

to compile the TypeScript files in /src. The output directory is /bin.

At the project root, please run:

yarn link

to register the command locally so that you can execute the command with dx-scripts. For example:

dx-scripts lighthouse https://dawchihliou.github.io -i 1

You can always unregister the command by running:

yarn unlink