Skip to content

Commit

Permalink
Merge branch 'release/0.18.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Jul 11, 2018
2 parents e1369a5 + 336b468 commit d6849eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install:
build_script:
#- yarn test
# - yarn build
- if ($env:APPVEYOR_REPO_TAG -eq "true") { yarn run release:predraft }
- ps: if ($env:APPVEYOR_REPO_TAG -eq "true") { yarn run release:predraft }
test: off
configuration: release

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"cucumber:postpack": "cross-env BABEL_ENV=test nyc cucumber-js --require-module babel-core/register test/features -f json:test/cucumber_report.json",
"cucumber:postpack:dev": "cross-env BABEL_ENV=test nyc cucumber-js --require-module babel-core/register --tags @dev test/features -f json:test/cucumber_report.json",
"cucumber:postpack:impl": "cross-env BABEL_ENV=test nyc cucumber-js --require-module babel-core/register --tags @impl test/features -f json:test/cucumber_report.json",
"cucumber:postpack:witharg": "cross-env BABEL_ENV=test cucumber-js --require-module babel-core/register --tags @impl -f json:test/cucumber_report.json",
"cucumber:report": "node test/cucumber-report.js",
"cucumber:report:badge": "node test/postreport.js",
"unit:coverage": "cat test/unit/coverage/lcov.info | coveralls"
Expand Down

0 comments on commit d6849eb

Please sign in to comment.