Skip to content

Commit 2093320

Browse files
committed
added package-lock.json file and update readme
1 parent d7197a7 commit 2093320

File tree

3 files changed

+1395
-2
lines changed

3 files changed

+1395
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ To install webpack dependencies use:
6868
```shell
6969
npm install
7070
```
71+
or alternatively to install from package-lock.json use:
72+
```shell
73+
npm ci
74+
```
7175

7276
If you want to make changes to scss files during development run:
7377
```shell

0 commit comments

Comments
 (0)