Skip to content

Commit

Permalink
Changed npm install in build-guide to npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Sep 25, 2023
1 parent e5d2923 commit 3523706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guide/build-guide.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ wasm-pack build --release -t bundler -d $CFG_GEN_OUTPUT_REACT_DIR --scope fs

# build the results viewer (which includes putting the output into the book's src)
cd $RESULTS_VIEWER_REACT_DIR
npm install
npm ci
npm run build

# build the book
Expand Down
2 changes: 1 addition & 1 deletion guide/serve-guide.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ wasm-pack build --release -t bundler -d $CFG_GEN_OUTPUT_REACT_DIR --scope fs

# build the results viewer (which includes putting the output into the book's src)
cd $RESULTS_VIEWER_REACT_DIR
npm install
npm ci
npm run build

# build the book
Expand Down

0 comments on commit 3523706

Please sign in to comment.