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.
1 parent 87bd56d commit a2dc092Copy full SHA for a2dc092
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 -d lib -w"
18
},
19
"repository": {
20
"type": "git",
0 commit comments