Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Mar 2, 2024
2 parents 022f35a + bb419d0 commit e11f532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .stylelintignore

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit e11f532

Please sign in to comment.