Skip to content

Commit 1e17bd7

Browse files
committed
Use long forms of CLI arguments
This allows developers to understand what it is doing without having to look up the documentation.
1 parent a2dc092 commit 1e17bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prepublishOnly": "npm run build",
1515
"standard": "standard src",
1616
"test": "npm run standard",
17-
"watch": "babel --no-babelrc src -d lib -w"
17+
"watch": "babel --no-babelrc src --out-dir lib --watch"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)