mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 15:16:14 +00:00
Add "check:all" npm script
This commit is contained in:
@@ -98,7 +98,8 @@
|
||||
"test:e2e:ui": "playwright test --project=e2e --ui",
|
||||
"test:visual": "playwright test --project=visual",
|
||||
"test:visual:update": "playwright test --project=visual --update-snapshots",
|
||||
"test:visual:ui": "playwright test --project=visual --ui"
|
||||
"test:visual:ui": "playwright test --project=visual --ui",
|
||||
"check:all": "prettier --check \"{src,tests}/**/*.{ts,tsx,json}\" && npm run lint && npm run build && npm test && tsc -p tests/tsconfig.json --noEmit && npm run test:e2e && npm run test:visual"
|
||||
},
|
||||
"homepage": ".",
|
||||
"browserslist": [
|
||||
|
||||
Reference in New Issue
Block a user