Skip to content

Commit a2dc092

Browse files
megothArne Hassel
authored andcommitted
Makes it a bit easier for developers
1 parent 87bd56d commit a2dc092

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"postversion": "git push origin master --follow-tags",
1414
"prepublishOnly": "npm run build",
1515
"standard": "standard src",
16-
"test": "npm run standard"
16+
"test": "npm run standard",
17+
"watch": "babel --no-babelrc src -d lib -w"
1718
},
1819
"repository": {
1920
"type": "git",

0 commit comments

Comments
 (0)