Skip to content

Commit

Permalink
Merge branch 'develop' into issue-2118-destroy-electron
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig authored Nov 7, 2019
2 parents 75aa21c + 1e870c5 commit 169b3ed
Show file tree
Hide file tree
Showing 20 changed files with 3,638 additions and 2,863 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ install:
- node --version
- node --print process.arch
- npm --version
- npm run check-next-dev-version
# prints all public variables relevant to the build
- print-env Platform
- npm run check-node-version
Expand Down
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,10 @@ jobs:
steps:
- attach_workspace:
at: ~/
- run: npm run check-next-dev-version
- run:
name: bump NPM version
command: npm --no-git-tag-version version ${NEXT_DEV_VERSION:-0.0.0-development}
command: npm --no-git-tag-version --allow-same-version version ${NEXT_DEV_VERSION:-0.0.0-development}
- run:
name: build NPM package
working_directory: cli
Expand Down Expand Up @@ -1121,7 +1122,7 @@ mac-workflow: &mac-workflow
branches:
only:
- develop

- lint:
name: Mac lint
executor: mac
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"bump": "node ./scripts/binary.js bump",
"check-deps": "node ./scripts/check-deps.js --verbose",
"check-deps-pre": "node ./scripts/check-deps.js --verbose --prescript",
"check-next-dev-version": "node scripts/check-next-dev-version.js",
"check-node-version": "node scripts/check-node-version.js",
"check-terminal": "node scripts/check-terminal.js",
"clean-deps": "npm run all clean-deps && rm -rf node_modules",
Expand Down
338 changes: 0 additions & 338 deletions packages/driver/src/cy/chai.coffee

This file was deleted.

Loading

0 comments on commit 169b3ed

Please sign in to comment.