Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

69 lines (52 loc) · 1.37 KB

Contributing

Tools

  • Yarn package manager.

  • VSCode text editor. The repo includes a workspace configuration that configures VSCode to invoke Prettier to upon save.

    If you choose to use a different text editor, please ensure that it is EditorConfig-compliant, and run the pretty:* tasks before committing your changes.


Task Description
build

Builds refined-findbar.scss to a refined-findbar.css file in the dist folder.

watch

Similar to build, but monitors the input file for changes.

clean

Deletes build output (the dist folder).

pretty:check

Runs Prettier on the project and outputs any formatting issues.

pretty:write

Runs Prettier on the project and attempts to fix any formatting issues.