Skip to content

Commit

Permalink
Use JSON encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Aug 26, 2024
1 parent f647412 commit 0198537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Given you have a markdown file that contains one or several set-up scripts, e.g.

As a first step, please install the project dependencies via:

```sh name=installDeps
```sh {"name":"installDeps"}
npm install
```

### Build Project

To build project files and test the project, run:

```sh name=build
```sh {"name":"build"}
npm run compile
npm run build
```
Expand All @@ -42,7 +42,7 @@ Given you have a markdown file that contains one or several set-up scripts, e.g.

To run all tests, execute:

```sh name=tests
```sh {"name":"tests"}
npx eslint
npx vitest
npx wdio run ./wdio.conf.js
Expand Down

0 comments on commit 0198537

Please sign in to comment.