Skip to content

Commit

Permalink
Make yarn test test with normal deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jan 28, 2018
1 parent 0dde6e4 commit c7ea993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- cmd: yarn run test-appveyor
- cmd: yarn test
- cmd: yarn run test:optional-features
- cmd: yarn run test:production
- cmd: yarn run node-tests
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember try:testall",
"test-appveyor": "ember test",
"test": "ember test",
"test:all": "ember try:each",
"test:production": "ember test --environment=production",
"node-tests": "node node-tests/nodetest-runner.js",
"test:optional-features": "ember test --environment=test-optional-features",
"test:production": "ember test --environment=production",
"production": "ember build --environment=production"
},
"author": "",
Expand Down

0 comments on commit c7ea993

Please sign in to comment.