Skip to content

Commit

Permalink
fix: code fix for new GitHub page change
Browse files Browse the repository at this point in the history
Closes #42
  • Loading branch information
Hu Chen authored and huchenme committed Jun 17, 2019
1 parent 9101f9c commit df2a4f1
Show file tree
Hide file tree
Showing 5 changed files with 4,722 additions and 4,798 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"typescript": "^3.5.1"
},
"scripts": {
"dev": "nodemon --exec \"babel-node --extensions .ts ./src/server.ts\"",
"dev": "nodemon --exec \"babel-node --extensions .ts ./src/server.ts\" --watch src",
"test": "jest --coverage",
"eslint": "eslint . --ext .ts,.js",
"type-check": "tsc --noEmit",
Expand Down

0 comments on commit df2a4f1

Please sign in to comment.