Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit a4f5def

Browse files
authored
fix: change npm install method (#746)
changed npm install to npm ci
1 parent e103472 commit a4f5def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ git push origin <branch-name>
101101
## Running the app
102102

103103
```bash
104-
$ npm install
104+
$ npm ci
105105

106106
# development
107107
$ npm run build

0 commit comments

Comments
 (0)