Skip to content

Commit 0747785

Browse files
committed
Use npm ci instead of npm install for themes
xref: jupyter-book/mystmd#2487
1 parent a187b56 commit 0747785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/article/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ options:
6565
id: style
6666
description: Local path to a CSS file
6767
build:
68-
install: npm install
68+
install: npm ci
6969
start: npm run start
7070
files:
7171
- server.js

themes/book/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ parts:
7878
description: The primary sidebar footer, to replace Made with MyST
7979
required: false
8080
build:
81-
install: npm install
81+
install: npm ci
8282
start: npm run start
8383
files:
8484
- server.js

0 commit comments

Comments
 (0)