2 changed files with 11 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||
#!/bin/bash |
|||
|
|||
# Exit immediately if command returns non-zero status code |
|||
set -e |
|||
|
|||
# Currently, it is just a syntax check |
|||
node -c server.js |
|||
|
|||
|
|||
# TODO: do a better job at unit testing :) |
|||
Loading…
Reference in new issue