We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 278b007 + 1e17bd7 commit 4c1c110Copy full SHA for 4c1c110
package.json
@@ -13,7 +13,8 @@
13
"postversion": "git push origin master --follow-tags",
14
"prepublishOnly": "npm run build",
15
"standard": "standard src",
16
- "test": "npm run standard"
+ "test": "npm run standard",
17
+ "watch": "babel --no-babelrc src --out-dir lib --watch"
18
},
19
"repository": {
20
"type": "git",
0 commit comments