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 0e65318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"commit": "yarn run git-cz",
"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": " lerna run build --ignore rabbitmq-integration --ignore @golevelup/ts-vitest",
"build:watch": "lerna run --parallel build:watch --ignore rabbitmq-integration --ignore @golevelup/ts-vitest",
"build:vitest": " lerna run build --scope @golevelup/ts-vitest",
"clean": "rimraf packages//lib && rimraf packages//*.tsbuildinfo",
"test": "jest",
"test:integration": "jest --config ./jest-e2e.json",
Expand Down

0 comments on commit 0e65318

Please sign in to comment.