Skip to content

Commit

Permalink
chore: fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Mar 22, 2020
1 parent d37ed0f commit f0517cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ before_script:
script:
- set -e
- npm run test
- npm run ci:run
- npm run test:e2e:ci
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"develop:ci": "concurrently \"npm start\" \"cd client && npm start\"",
"cy:open": "concurrently \"npm start\" \"cd client && npm run test:e2e\"",
"cy:run": "concurrently \"npm start\" \"cd client && npm run test:e2e:run\"",
"ci:run": "cd client && npm run cy:run",
"prod": "concurrently \"npm run server:watch\" \"cd client && serve -s build\"",
"test:e2e:ci": "cd client && npm run cy:run",
"test": "cd client && npm run test"
},
"author": "Anurag Hazra <[email protected]>",
Expand Down

0 comments on commit f0517cf

Please sign in to comment.