diff --git a/package.json b/package.json index 674760111..cefbc4df5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "postversion": "git push origin master --follow-tags", "prepublishOnly": "npm run build", "standard": "standard src", - "test": "npm run standard" + "test": "npm run standard", + "watch": "babel --no-babelrc src --out-dir lib --watch" }, "repository": { "type": "git",