Skip to content

Commit f65124b

Browse files
committed
ci: Respect package-lock.json by using npm ci instead of npm install
1 parent a0ba427 commit f65124b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
rm -rf site
66
77
cd web-frontend
8-
npm install
8+
npm ci
99
npm run build
1010
cd ..
1111

0 commit comments

Comments
 (0)