Skip to content

Commit

Permalink
fix typo in help command
Browse files Browse the repository at this point in the history
rackt dev -> rackt server
  • Loading branch information
Julien Bouquillon authored and revolunet committed Nov 3, 2015
1 parent ff546b0 commit 10be875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/help
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo ""
echo "Commands:"
echo " init <name> Creates a folder called <name> and generates a component structure."
echo " build Builds the component to dist/ for UMD, and build/ for CommonJS."
echo " dev Start the dev server using port 8080."
echo " server Start the dev server using port 8080."
echo " release Publish a new release to npm. Use --preview to preview release"
echo " test Run the test suite. Use --single-run for single run."
echo " pages Deploys the examples to gh-pages."
Expand Down

0 comments on commit 10be875

Please sign in to comment.