Skip to content

Commit

Permalink
chore(ci): use conventionalcommits to detect breaking change with !
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 10, 2024
1 parent 8d2ec16 commit 1549847
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"cypress:open": "cypress open --config-file test/cypress.config.ts",
"cypress:ci": "cypress run --config-file test/cypress.config.ts",
"lint": "eslint packages",
"preview:release": "pnpm -r --stream preview:release",
"release": "pnpm -r --stream release",
"preview:publish": "lerna publish from-package --dry-run --yes",
"preview:version": "lerna version --dry-run --yes",
"test:ci": "jest --runInBand --coverage=true --ci --config ./test/jest.config.ts",
"test:jest": "jest --watch --detectOpenHandles --config test/jest.config.ts",
"test:jest:coverage": "jest --detectOpenHandles --runInBand --coverage --config test/jest.config.ts"
Expand All @@ -49,7 +49,7 @@
"@lerna-lite/publish": "^3.3.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"conventional-changelog-conventionalcommits": "^8.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"cypress": "^13.9.0",
"cypress-real-events": "^1.12.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1549847

Please sign in to comment.