Skip to content

Commit

Permalink
Update calypso.json
Browse files Browse the repository at this point in the history
Stop watching `shared` directory in calypso. See Automattic/wp-calypso#2309
  • Loading branch information
Tug committed Feb 3, 2016
1 parent 48cac8b commit 84459fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions calypso.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"env": {
"NODE_ENV": "development",
"CALYPSO_ENV": "development",
"NODE_PATH": "server:shared:."
"NODE_PATH": "server:."
},
"main": "build/bundle-development.js",
"scripts": {
"build": "make build"
},
"watchDirs": [ "server", "shared" ]
}
"watchDirs": [ "server" ]
}

0 comments on commit 84459fb

Please sign in to comment.