소스 검색

[frontend] Switch to the repo npm package files for the CI build

Johan Ahlen 4 년 전
부모
커밋
a625c1c1d0
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .circleci/config.yml

+ 4 - 0
.circleci/config.yml

@@ -75,6 +75,10 @@ jobs:
             cp ~/repo/.pylintrc .
 
             cp ~/repo/webpack.config*.js .
+            rm package.json
+            cp ~/repo/package.json .
+            rm package-lock.json
+            cp ~/repo/package-lock.json .
             npm install
             npm i eslint-plugin-jest@latest --save-dev # Seems to not be found otherwise
             npm run webpack