Skip to content

Commit

Permalink
Changed from 'dev-watch' to 'tsc' to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 30, 2017
1 parent cbaa8f6 commit 9f1f60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"virtual"
],
"scripts": {
"dev": "dev-watch package.json dev",
"build": "dev-watch package.json prod",
"dev": "cd src && tsc --declaration -w",
"build": "cd src && tsc --declaration",
"test": "node test/root.js"
},
"name": "webdav-server",
Expand Down

0 comments on commit 9f1f60c

Please sign in to comment.