Skip to content

Commit 23924bc

Browse files
committed
Merge pull request #17 from revolunet/patch-1
fix typo in help command
2 parents ff546b0 + 10be875 commit 23924bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/help

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo ""
55
echo "Commands:"
66
echo " init <name> Creates a folder called <name> and generates a component structure."
77
echo " build Builds the component to dist/ for UMD, and build/ for CommonJS."
8-
echo " dev Start the dev server using port 8080."
8+
echo " server Start the dev server using port 8080."
99
echo " release Publish a new release to npm. Use --preview to preview release"
1010
echo " test Run the test suite. Use --single-run for single run."
1111
echo " pages Deploys the examples to gh-pages."

0 commit comments

Comments
 (0)