Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yshayy committed Aug 9, 2017
1 parent 999e589 commit cde30cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"scripts": {
"start": "yarn run docker-compose up -- --force-recreate -d git && yarn run docker-compose up -- -d",
"test": "mocha ./spec/**/*.test.js",
"test": "mocha ./spec/**/*.test.js --timeout 8000",
"rebuild": "yarn run docker-compose build",
"test:full-env": "yarn run start && yarn run test",
"test:full-env:rebuild": "yarn run rebuild && yarn run test:full-env",
Expand Down

0 comments on commit cde30cb

Please sign in to comment.