Skip to content

Commit bf03905

Browse files
committed
Use npm ci to speed up first time installation
Also ensures that exactly the dependencies listed in the lock are used.
1 parent 68adc67 commit bf03905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
1. Fork this repository
66
2. `git clone` your fork down to your local machine
77
3. `cd` into the directory for your fork
8-
4. run `npm install`
8+
4. run `npm ci`
99

1010
## Tests
1111

0 commit comments

Comments
 (0)