Skip to content

Commit

Permalink
Merge pull request #341 from domino14/revert-js
Browse files Browse the repository at this point in the history
temporary fix of #340
  • Loading branch information
domino14 authored Jan 25, 2020
2 parents e697bf9 + 02a72dd commit 3f7562a
Show file tree
Hide file tree
Showing 2 changed files with 3,018 additions and 3,719 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
- checkout
- run: apk add yarn
- run: yarn install
- run: yarn eslint && yarn jshint && yarn test && yarn prod:build
# XXX: UNCOMMENT THIS AS SOON AS FIXED
# - run: yarn eslint
- run: yarn jshint && yarn test && yarn prod:build
- run: apk add --update ca-certificates openssl && update-ca-certificates
- persist_to_workspace:
root: djAerolith/static
Expand Down
Loading

0 comments on commit 3f7562a

Please sign in to comment.