Skip to content

Commit

Permalink
ci(ts-vitest): fix build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jderochervlk committed Feb 27, 2024
1 parent a8d3260 commit d3ee4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"lerna:publish": "lerna run build && yarn test && lerna publish -m 'chore: publish'",
"lerna:prerelease": "lerna run build && yarn test && lerna publish prerelease --preid rc -m 'chore: publish prerelease'",
"build": " lerna run build --ignore rabbitmq-integration ts-vitest",
"build:watch": "lerna run --parallel build:watch --ignore rabbitmq-integration ts-vitest",
"build:vitest": " lerna run build --ignore rabbitmq-integration ts-vitest",
"build:watch": "lerna run --parallel build:watch --ignore rabbitmq-integration --ignore ts-vitest",
"build:vitest": " lerna run build --ignore rabbitmq-integration --ignore ts-vitest",
"clean": "rimraf packages//lib && rimraf packages//*.tsbuildinfo",
"test": "jest",
"test:integration": "jest --config ./jest-e2e.json",
Expand Down

0 comments on commit d3ee4cb

Please sign in to comment.