Skip to content

Commit

Permalink
Accept prompt to install
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriochaves committed Jun 9, 2018
1 parent ba85cfd commit 221ffee
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 @@
},
"scripts": {
"watch": "watch 'npm run build' src",
"build": "elm make src/Main.elm --output out/elm.js",
"build": "elm make --yes src/Main.elm --output out/elm.js",
"test": "npm run test:unit && npm run test:functional",
"test:unit": "elm-test tests/unit",
"test:functional": "DEBUG=running jest tests/functional",
Expand Down

0 comments on commit 221ffee

Please sign in to comment.