Skip to content

Commit

Permalink
chore: add a test script for ui workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Apr 2, 2024
1 parent b6e8e34 commit 1789cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"test": "exit 0"
},
"dependencies": {
"@agoric/react-components": "0.1.1-dev-8fc28e8.0",
Expand Down

0 comments on commit 1789cef

Please sign in to comment.