Skip to content

Commit

Permalink
added script to validate without running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoertl committed Oct 25, 2023
1 parent e9abe8a commit 4a93dfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 test test:e2e",
"validate-without-tests": "run-p format:check lint:check types:check"
},
"dependencies": {
"@acdh-oeaw/lib": "^0.1.4",
Expand Down

0 comments on commit 4a93dfd

Please sign in to comment.