From 1b02c009e762dd4ab22c1e463500a9eda92f98b7 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 12 Jun 2023 04:45:59 +0530 Subject: [PATCH] Add npm run build to CONTRIBUTING.md --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 145f8b07..7dbf38e8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -71,6 +71,7 @@ npm test Creating a release means compiling all the TypeScript code to a single file which `setup-php` can run. Run this, before you push your changes. ```bash +npm run build npm run release ```