Skip to content

Commit

Permalink
add test for watch
Browse files Browse the repository at this point in the history
  • Loading branch information
coreylight committed Nov 8, 2017
1 parent a77c17e commit f9a6e63
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 @@ -13,7 +13,7 @@
"invoke": "npm run build && sam local invoke --event event.json",
"test": "npm run eslint",
"execute": "babel-node src/index.js",
"watch": "nodemon --exec npm run execute"
"watch": "TEST=true nodemon --exec npm run execute"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit f9a6e63

Please sign in to comment.