From 8f9f0c5c01cb4becbe4979c87eaacf7cc5982722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 2 Mar 2024 08:45:46 +0100 Subject: [PATCH 1/2] fix script names in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91fcfd6..9a354f5 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ We use `eleventy --serve` and compile Sass with sass-cli with npm scripts. 3. **Run the development mode** - To run the development mode, use the `npm script`. This script will also watch for changes. + To run the development mode, use the `npm run start`. This script will also watch for changes. ```shell - npm start + npm run start ``` 4. **Run the production mode** From 6b5d055806cf9d8e2623f572e496b91a4e1d8866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 2 Mar 2024 09:10:46 +0100 Subject: [PATCH 2/2] Delete .stylelintignore --- .stylelintignore | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .stylelintignore diff --git a/.stylelintignore b/.stylelintignore deleted file mode 100644 index d58dac4..0000000 --- a/.stylelintignore +++ /dev/null @@ -1,2 +0,0 @@ -# Disable Stylelint -# assets/scss/your-file-name.scss