Skip to content

Commit 73103d0

Browse files
committed
ci(make): renamed to watchmode-build
Signed-off-by: shinigami-777 <chattopadhyaytamaghna@gmail.com>
1 parent 6c7359f commit 73103d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:
1111
npm run build
1212

1313
## Buid Sistent in watch mode
14-
watch-build:
14+
watchmode-build:
1515
npm run build:watch
1616

1717
## Check code formatting

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ make build
5050
If you wish to build in watch mode:
5151

5252
```
53-
make watch-build
53+
make watchmode-build
5454
```
5555

5656
To check if your code meets the formatting standards, you can run:

0 commit comments

Comments
 (0)