Skip to content

Commit

Permalink
chore(doc): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed May 21, 2022
1 parent 376ca81 commit 5d183f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ To build the code, follow these steps.
```shell
npm install
```
3. Ensure that [Gulp](http://gulpjs.com/) is installed. If you need to install it, use the following command:
3. To test the code, run:

```shell
npm install -g gulp
npm test
```
4. To build and test the code, you can now run:
4. To build the code, run:

```shell
npm test
npm run build
```
5. You will find the compiled code in the `dist` folder in CommonJS module format.

Expand Down

0 comments on commit 5d183f8

Please sign in to comment.