Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 731 Bytes

CONTRIBUTING.md

File metadata and controls

59 lines (40 loc) · 731 Bytes

contributing

Requirements

Installation

$ git clone git@github.com:benjaminnoufel/react-material-ui-table.git

Environment setup

$ cp .env.example .env

Dependencies installation

$ make install

Lint

$ make lint

Test

$ make test

Build

$ make build

Token

$ sed -i "s/NPM_AUTH_TOKEN=.*/NPM_AUTH_TOKEN=123abc/g" .env
$ make token

Where 123abc is your NPM authentication token.

Publish

$ make publish