From c048b97ed380a75cfbb65aed443fb3f1300f8c2e Mon Sep 17 00:00:00 2001 From: Luke Tomlinson Date: Mon, 20 Jun 2022 13:48:36 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a31f6833..758fff79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,6 +46,13 @@ Build, lint, package and test everything. $ npm run all ``` +IMPORTANT: +Be sure to commit the result of +```bash +$ npm run pack +``` +and commit the result. Otherwise PR checks will fail + # Release Based on [standard-version](https://github.com/conventional-changelog/standard-version).