Skip to content

Commit

Permalink
Execute lint after packaging in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
yuya-oc committed Aug 1, 2018
1 parent 9e02390 commit 15e3e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -13,12 +13,12 @@ jobs:
- run: apt-get update && apt-get -y install --no-install-recommends jq icnsutils graphicsmagick tzdata
- run: yarn
- run: npm run build
- run: npm run lint:js
- run: npm run package:windows
- run: npm run package:mac
- run: npm run package:linux
- run: mkdir -p /tmp/artifacts
- run: sh -x ./scripts/cp_artifacts.sh release /tmp/artifacts
- run: npm run lint:js
- save_cache:
key: npm-{{ arch }}-{{ .Branch }}-{{ checksum "yarn.lock" }}
paths:
Expand Down

0 comments on commit 15e3e7b

Please sign in to comment.