Skip to content

Commit

Permalink
validate now does not run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoertl committed Nov 2, 2023
1 parent e1787ea commit 99e32aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"test:e2e:debug": "playwright test --debug",
"test:e2e:ui": "playwright test --ui",
"types:check": "vue-tsc --noEmit",
"validate": "run-p format:check lint:check types:check test test:e2e",
"validate": "run-p format:check lint:check types:check",
"full-validate": "run-p format:check lint:check types:check test test:e2e",
"validate-without-tests": "run-p format:check lint:check types:check"
},
"dependencies": {
Expand Down Expand Up @@ -62,7 +63,7 @@
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"npm-run-all2": "^6.0.6",
"nuxt": "3.7.4",
"nuxt": "^3.6.5",
"nuxt-vitest": "^0.8.5",
"postcss": "^8.4.26",
"postcss-nesting": "^12.0.0",
Expand Down

0 comments on commit 99e32aa

Please sign in to comment.