From a05cec0cbb826e3a098cc3becd5bbc4211d66333 Mon Sep 17 00:00:00 2001 From: Gezim Musliaj Date: Wed, 15 May 2024 15:45:34 +0200 Subject: [PATCH] chore: adjustments in the README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9be0d76..00a36c9 100644 --- a/README.md +++ b/README.md @@ -510,8 +510,6 @@ be consistent across those files. * `npm run audit:license` validate the NOTICE file * `npm run audit:fix:license` update the NOTICE file of the project * `npm run license` validate the NOTICE file -* `npm run license:default` validate the NOTICE file on Linux systems -* `npm run license:macos` validate the NOTICE file on MacOS systems * `npm run lint` check for linting issues in the project * `npm run lint:fix` fix linting issues in the project (do not forget to add & commit the fixed files) * `npm run cdk deploy -- --all` deploy all stacks to your configured AWS account/region