From 88b12c4f2ffa4be1cdf92c89bb092d1e100f348e Mon Sep 17 00:00:00 2001 From: Badisi Date: Thu, 11 Jul 2024 23:12:36 +0200 Subject: [PATCH] chore: developer.md --- DEVELOPER.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index ac10ac25..a7d9e86e 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -41,7 +41,7 @@ npm run lint You can also verify it per package: ```sh -npm run lint -w=projects/ +npm run lint -w projects/ ``` ## Unit testing a package @@ -49,7 +49,7 @@ npm run lint -w=projects/ Unit testing a package can be executed with the following command: ```sh -npm run test -w=projects/ +npm run test -w projects/ ``` ## Building a package @@ -57,7 +57,7 @@ npm run test -w=projects/ Building a package can be executed with the following command: ```sh -npm run build -w=projects/ +npm run build -w projects/ ``` ## Publishing a package to NPM repository