Skip to content

Commit

Permalink
Merge pull request #17 from revolunet/patch-1
Browse files Browse the repository at this point in the history
fix typo in help command
  • Loading branch information
mzabriskie committed Jan 29, 2016
2 parents ff546b0 + 10be875 commit 23924bc
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 23924bc

Please sign in to comment.