Skip to content

Commit 263ec4b

Browse files
fix generator
1 parent 64a1df1 commit 263ec4b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

tools/plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This library was generated with [Nx](https://nx.dev).
44

55
## Building
66

7-
Run `nx build firemono-plugin` to build the library.
7+
Run `nx build @firemono-plugin` to build the library.
88

99
## Running unit tests
1010

11-
Run `nx test firemono-plugin` to execute the unit tests via [Vitest](https://vitest.dev/).
11+
Run `nx test @firemono-plugin` to execute the unit tests via [Vitest](https://vitest.dev/).

tools/plugin/src/generators/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/plugin/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
export * from './generators';

0 commit comments

Comments
 (0)