This commit is contained in:
@ -14,7 +14,10 @@
|
||||
"format": "prettier --write src/",
|
||||
"prepare": "husky",
|
||||
"dev+preview": "bunx dev-and-preview@1.0.0",
|
||||
"taze": "pnpx taze"
|
||||
"taze": "pnpx taze",
|
||||
"playwright": "playwright test",
|
||||
"playwright:ui": "playwright test --ui",
|
||||
"playwright:chromium": "playwright test --project=chromium"
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{js,ts,vue}": [
|
||||
@ -56,6 +59,7 @@
|
||||
"devDependencies": {
|
||||
"@iconify-json/carbon": "^1.2.1",
|
||||
"@iconify/utils": "^2.1.33",
|
||||
"@playwright/test": "^1.47.2",
|
||||
"@rushstack/eslint-patch": "^1.10.4",
|
||||
"@tsconfig/node20": "^20.1.4",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
|
Reference in New Issue
Block a user