prepare repo
This commit is contained in:
@ -17,6 +17,9 @@
|
||||
"test:e2e": "bun run db:generate && playwright test",
|
||||
"test:e2e:headed": "bun run db:generate && playwright test --headed",
|
||||
"test:e2e:ui": "bun run db:generate && playwright test --ui",
|
||||
"commitlint": "commitlint --last",
|
||||
"changelog:preview": "conventional-changelog -p conventionalcommits -r 0",
|
||||
"changelog:release": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s",
|
||||
"lint": "turbo lint",
|
||||
"typecheck": "turbo typecheck",
|
||||
"format": "biome format --write .",
|
||||
@ -34,6 +37,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "latest",
|
||||
"@commitlint/cli": "latest",
|
||||
"@commitlint/config-conventional": "latest",
|
||||
"@testing-library/jest-dom": "latest",
|
||||
"@testing-library/react": "latest",
|
||||
"@testing-library/user-event": "latest",
|
||||
@ -42,6 +47,7 @@
|
||||
"@biomejs/biome": "latest",
|
||||
"jsdom": "latest",
|
||||
"msw": "latest",
|
||||
"conventional-changelog-cli": "latest",
|
||||
"turbo": "latest",
|
||||
"typescript": "latest",
|
||||
"vite-tsconfig-paths": "latest",
|
||||
|
||||
Reference in New Issue
Block a user