瀏覽代碼

[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