Skip to content

Commit

Permalink
[frontend] Switch to the repo npm package files for the CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanAhlen authored and romainr committed Feb 18, 2021
1 parent 95cde8a commit a625c1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a625c1c

Please sign in to comment.