Skip to content

Commit

Permalink
feat(build): Bring vscode and electron builds more inline
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmeku committed Jan 18, 2019
1 parent cf1bb36 commit 7de657b
Show file tree
Hide file tree
Showing 48 changed files with 2,398 additions and 826 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- ./node_modules
- /home/circleci/.cache/Cypress
key: yarn-dependencies-{{ checksum "yarn.lock" }}
- run: yarn start server.gen
- run: node ./tools/scripts/check-format.js
- run: yarn start lint
- run: yarn start test
- run: yarn start e2e.fixtures
- run: yarn start format.check
- run: yarn start lint.against.origin-master
- run: yarn start dev.server.gen.electron
- run: yarn start test.against.origin-master
- run: yarn start e2e.prepare
- run:
command: yarn start e2e.run
command: yarn start e2e.ci
no_output_timeout: 20m
environment:
CYPRESS_RECORD_KEY: b8ec9ad7-505f-48bb-9990-e8d5627bac26
Loading

0 comments on commit 7de657b

Please sign in to comment.