From daf95cfe874e1ba1bc1bf8a9a06626e67c890669 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Fri, 9 Sep 2022 17:21:48 -0300 Subject: [PATCH] chore: update contribution guidelines --- CONTRIBUTING.md | 40 +++++++++------------------------------- 1 file changed, 9 insertions(+), 31 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe4fce3e..e8eaa1f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,10 +12,7 @@ ___ * [Create a PR](#changes-2) * [Run tests](#test) * [Lint your code](#lint) - * [Build for node](#build-1) - * [Bundle for browsers](#build-2) - * [Compile proto file](#build-3) - * [Build parser map](#build-4) + * [Build](#build) ## Issues @@ -62,42 +59,23 @@ npm run test ```bash npm run lint -``` - -Or - -```bash npm run lint:fix ``` - -#### Build for Node + +#### Build ```bash +# Node npm run build:node -``` - -#### Build for browsers - -```bash +# Browser npm run build:browser -``` -Or: -```bash npm run build:browser:prod -``` - -#### Compile proto file +# Protobuf +npm run build:proto -```bash -// TODO -``` - - -#### Build parser map - -```bash +# Parser map npm run build:parser-map -``` +``` \ No newline at end of file