Skip to content

Commit ba2fd7b

Browse files
committed
ci: renamed for makefile and readme
Signed-off-by: shinigami-777 <[email protected]>
1 parent 8e378e3 commit ba2fd7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lint:
2424
npm run lint
2525

2626
## Run tests
27-
test-run:
27+
tests:
2828
npm run test
2929

3030
.PHONY: version-patch version-minor version-major

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ make lint
6868
To run tests:
6969

7070
```
71-
make test-run
71+
make tests
7272
```
7373

7474
To attach sistent to your project use:

0 commit comments

Comments
 (0)