From 84fb97fb1657bbe4949577646957043490ffa720 Mon Sep 17 00:00:00 2001 From: MaxKless <34165455+MaxKless@users.noreply.github.com> Date: Fri, 23 Jun 2023 00:10:09 +0200 Subject: [PATCH] Remove deleted npm scripts from `contributing.md` (#492) Description of changes Removes npm `test` and `build:docs` scripts from `contributing.md`, which no longer exist. --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 099e6ee..58ceb50 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,9 +55,7 @@ When you're done making changes, check that they pass linting, formatting, tests ``` npm run lint npm run fmt -npm run test npm run build -npm run build:docs ``` ### Add and commit changes