From 8ec6a0b12e093e488e5d9cf195bc923ed0d6ffa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=20Holgu=C3=ADn?= Date: Fri, 4 Apr 2025 17:52:04 +0000 Subject: [PATCH] Add note about running npm build --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48fafde..78947de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Here are a few things you can do that will increase the likelihood of your pull _Note: these instructions are for maintainers_ -1. Update the version number in [package.json](https://github.com/advanced-security/maven-dependency-submission-action/blob/main/package.json) and run `npm i` to update the lockfile. +1. Update the version number in [package.json](https://github.com/advanced-security/maven-dependency-submission-action/blob/main/package.json) and run `npm i` to update the lockfile. This is also a good time to make sure that the `dist/index.js` file is up to date by running `npm run build`. 1. Go to [Draft a new release](https://github.com/advanced-security/maven-dependency-submission-action/releases/new) in the Releases page.