Skip to content

Commit 283757b

Browse files
fix(webui): fix test script to exit cleanly
1 parent a896457 commit 283757b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"build": "webpack --mode production --progress --config ./webpack.config.js",
1515
"typecheck": "tsc --noEmit",
16-
"test": "echo \"Error: no test specified\"",
16+
"test": "echo \"No tests specified\" && exit 0",
1717
"dev": "webpack serve --mode development --progress --hot --config ./webpack.config.js",
1818
"fmt": "prettier --write .",
1919
"check-fmt": "prettier --check '{src,webpack}/**/*.{tsx,ts,js}'",

0 commit comments

Comments
 (0)