Skip to content

Commit

Permalink
chore(js): set init generator to hidden (#12794)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Oct 24, 2022
1 parent ea3898f commit b339aab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/js.json
Expand Up @@ -156,8 +156,8 @@
"aliases": ["lib"],
"x-type": "init",
"description": "Init placeholder.",
"hidden": true,
"implementation": "/packages/js/src/generators/init/init#initGenerator.ts",
"hidden": false,
"path": "/packages/js/src/generators/init/schema.json"
},
{
Expand Down
6 changes: 4 additions & 2 deletions packages/js/generators.json
Expand Up @@ -14,7 +14,8 @@
"schema": "./src/generators/init/schema.json",
"aliases": ["lib"],
"x-type": "init",
"description": "Init placeholder."
"description": "Init placeholder.",
"hidden": true
},
"convert-to-swc": {
"factory": "./src/generators/convert-to-swc/convert-to-swc#convertToSwcSchematic",
Expand All @@ -37,7 +38,8 @@
"schema": "./src/generators/init/schema.json",
"aliases": ["lib"],
"x-type": "init",
"description": "Init placeholder."
"description": "Init placeholder.",
"hidden": true
},
"convert-to-swc": {
"factory": "./src/generators/convert-to-swc/convert-to-swc#convertToSwcGenerator",
Expand Down

1 comment on commit b339aab

@vercel
Copy link

@vercel vercel bot commented on b339aab Oct 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.