aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/testnet-faucets/package.json')
-rw-r--r--packages/testnet-faucets/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/testnet-faucets/package.json b/packages/testnet-faucets/package.json
index 48fe77bf4..f00ffad02 100644
--- a/packages/testnet-faucets/package.json
+++ b/packages/testnet-faucets/package.json
@@ -5,7 +5,7 @@
"description": "A faucet micro-service that dispenses test ERC20 tokens or Ether",
"main": "server.js",
"scripts": {
- "build:watch": "tsc -w",
+ "watch": "tsc -w",
"build": "node ../../node_modules/gulp/bin/gulp.js build",
"dev": "node ../../node_modules/gulp/bin/gulp.js run",
"start": "node ./bin/server.js",