We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a1df1 commit 263ec4bCopy full SHA for 263ec4b
tools/plugin/README.md
@@ -4,8 +4,8 @@ This library was generated with [Nx](https://nx.dev).
4
5
## Building
6
7
-Run `nx build firemono-plugin` to build the library.
+Run `nx build @firemono-plugin` to build the library.
8
9
## Running unit tests
10
11
-Run `nx test firemono-plugin` to execute the unit tests via [Vitest](https://vitest.dev/).
+Run `nx test @firemono-plugin` to execute the unit tests via [Vitest](https://vitest.dev/).
tools/plugin/src/generators/index.ts
tools/plugin/src/index.ts
@@ -1 +0,0 @@
1
-export * from './generators';
0 commit comments