We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff546b0 + 10be875 commit 23924bcCopy full SHA for 23924bc
tasks/help
@@ -5,7 +5,7 @@ echo ""
5
echo "Commands:"
6
echo " init <name> Creates a folder called <name> and generates a component structure."
7
echo " build Builds the component to dist/ for UMD, and build/ for CommonJS."
8
-echo " dev Start the dev server using port 8080."
+echo " server Start the dev server using port 8080."
9
echo " release Publish a new release to npm. Use --preview to preview release"
10
echo " test Run the test suite. Use --single-run for single run."
11
echo " pages Deploys the examples to gh-pages."
0 commit comments