diff --git a/buildspec/build/test-performance.yml b/buildspec/build/test-performance.yml index 812aac58d0..634c37c0eb 100644 --- a/buildspec/build/test-performance.yml +++ b/buildspec/build/test-performance.yml @@ -11,7 +11,8 @@ phases: - apt-get -y install google-chrome-stable build: commands: - - cd frontend + - cd frontend + - npm ci - npm install -g @lhci/cli@0.12.x - npm run build - lhci autorun \ No newline at end of file