Skip to content

Commit 56efd43

Browse files
committed
changes npm install to npm ci
1 parent 102d1ab commit 56efd43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ git clone git@github.com:uwblueprint/mississippi-farm-to-school-network.git
1717
Create .env files in both backend and frontend folders (empty for now)
1818

1919
`cd backend`
20-
`npm install`
20+
`npm ci`
2121

2222
`cd ../frontend`
23-
`npm install`
23+
`npm ci`
2424

2525
Ensure Docker Daemon is running.
2626

0 commit comments

Comments
 (0)