Skip to content

Commit

Permalink
test(e2e): add command to execute tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luhmann committed Mar 18, 2018
1 parent 3a4e335 commit 097d8a2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"name": "reason-beer",
"version": "0.1.0",
"scripts": {
"build": "bsb -make-world && webpack --config ./webpack.config.js --mode production",
"build":
"bsb -make-world && webpack --config ./webpack.config.js --mode production",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "cypress run",
"dev": "webpack-serve --mode development"
},
"keywords": [
"BuckleScript"
],
"keywords": ["BuckleScript"],
"author": "",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 097d8a2

Please sign in to comment.