Execute lint after packaging in CircleCI

This commit is contained in:
Yuya Ochiai
2018-08-01 23:06:13 +09:00
parent 9e0239097a
commit 15e3e7b4cf

View File

@@ -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: