Skip to content

Commit

Permalink
add npm install to test-performance build project
Browse files Browse the repository at this point in the history
  • Loading branch information
kapppa-joe committed Sep 9, 2024
1 parent 1ef8ff7 commit ca9269e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildspec/build/test-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ phases:
- apt-get -y install google-chrome-stable
build:
commands:
- cd frontend
- cd frontend
- npm ci
- npm install -g @lhci/[email protected]
- npm run build
- lhci autorun

0 comments on commit ca9269e

Please sign in to comment.