Skip to content
Snippets Groups Projects
Verified Commit 27964ab4 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update build scripts #186

parent 8690313f
No related branches found
No related tags found
No related merge requests found
......@@ -81,13 +81,13 @@ tasks:
cmds:
- format-and-lint-code
create-new-component:
create-new-component-class:
silent: true
desc: Create a new component
desc: Create a new component class
aliases:
- cnc
cmds:
- create-new-component
- create-new-component-class
build-and-publish:
silent: true
......
......@@ -316,7 +316,7 @@ const argsObj = args.reduce((acc, arg) => {
}, {});
function printUsage() {
console.log("Usage: node createNewComponentClass.mjs --classname=YourClassName --namespace=components.yourNamespace");
console.log("Usage: task create-new-component-class --classname=YourClassName --namespace=Components.Your.Namespace");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment