Skip to content

Commit

Permalink
fix: lib node-test install
Browse files Browse the repository at this point in the history
  • Loading branch information
dimonka83 committed Sep 11, 2023
1 parent 258fd72 commit 3a2be6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lib/src/main/ts/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const modules: Record<string, string[]> = {
TSC,
BUILD_STAMP,
TYPEDOC,
NODE_TEST,
JEST,
ESLINT,
PRETTIER,
Expand All @@ -30,6 +31,7 @@ const modules: Record<string, string[]> = {
PRETTIER,
ESLINT,
JEST,
NODE_TEST,
TYPEDOC,
BUILD_STAMP,
TSC,
Expand Down

0 comments on commit 3a2be6c

Please sign in to comment.