Skip to content

Commit ef6b051

Browse files
authored
chore: Add npm ci (#161)
1 parent ed9f2b5 commit ef6b051

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
@@ -1,4 +1,4 @@
11
[build]
22
base = "/"
3-
command = "rustup default stable && cargo install cargo-make --locked --force && cd docs && npm run docs && cd .. && cargo make rust-antora"
3+
command = "rustup default stable && cargo install cargo-make --locked --force && cd docs && npm ci && npm run docs && cd .. && cargo make rust-antora"
44
publish = "docs/build/site"

0 commit comments

Comments
 (0)