Skip to content

Commit

Permalink
chore(e2e): surpress log-messages from testing-http-server
Browse files Browse the repository at this point in the history
  • Loading branch information
luhmann committed Mar 18, 2018
1 parent 99b6c90 commit 468414d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clean": "bsb -clean-world",
"test": "cypress run",
"dev": "webpack-serve --mode development",
"host": "hs build -p 8080",
"host": "hs build -p 8080 --silent",
"ci": "start-server-and-test host http:https://localhost:8080 test"
},
"keywords": ["BuckleScript"],
Expand Down

0 comments on commit 468414d

Please sign in to comment.