Skip to content

Commit

Permalink
Allow UI test builds to pass without any tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Willdotwhite committed Jan 12, 2024
1 parent a1a6536 commit 808d154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "echo 'There are no tests yet' && exit 0",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit 808d154

Please sign in to comment.