From 0e835e76b873b147a1522eaebd2e88b7d0d81f65 Mon Sep 17 00:00:00 2001 From: Ian McGinnis <67600557+ian-noaa@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:43:27 -0600 Subject: [PATCH] Update CONTRIBUTING with linter scripts Mostly I wanted to trigger a run of the new "docs" CI pipeline. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 387e16f7..d49718f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,8 @@ service is as simple as: ``` npm run vendor && npm run build -npm test +npm run lint +npm run format ``` ## Coding Style