Skip to content

Commit 56edd59

Browse files
authored
Merge pull request #18 from piyook/chore/update-dependencies
chore(): update dependencies
2 parents da616e0 + a5819cf commit 56edd59

File tree

6 files changed

+728
-434
lines changed

6 files changed

+728
-434
lines changed

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx --no -- commitlint --edit "$1"

.husky/pre-commit

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
npx lint-staged
1+
npx lint-staged

.husky/pre-push

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx validate-branch-name
52
npm run pretty
63
npm run lint

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
![GitHub Release](https://img.shields.io/github/v/release/piyook/mock-api-framework-template)
2+
![Github actions](https://github.com/piyook/mock-api-framework-template/actions/workflows/tests.yaml/badge.svg)
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
15
# Local Mock API Framework
26

37
## Purpose
@@ -107,7 +111,7 @@ mkdir src/api/users
107111

108112
#### IMPORTANT
109113

110-
Rember to use 'npm run dev' to start a local dev server when developing new API endpoints.
114+
Rember to use 'npm run dev' to start a local dev server when developing new API endpoints.
111115

112116
Once endpoints have been developed and tested then use 'npm run start' to build the docker image and start a container to serve the endpoints on localhost (or use 'npm run rebuild' or 'npm run nuke' if changes need to be made to an existing docker image).
113117

0 commit comments

Comments
 (0)