Upgrade to Material-UI v7 and React 19 (#954)
This commit is contained in:
@@ -11,8 +11,10 @@
|
||||
"start": "electron .",
|
||||
"start:server": "npx tsc && node dist/src/server.js",
|
||||
"test": "yarn test:app && yarn test:backend",
|
||||
"test:all": "yarn test:app && yarn test:backend && yarn test:demo-video",
|
||||
"test:app": "cd app && yarn test",
|
||||
"test:backend": "cd backend && yarn test",
|
||||
"test:demo-video": "npx tsc && node dist/src/spec/demoVideo.js",
|
||||
"test:ui": "tsc && mocha --require source-map-support/register dist/src/spec/ui-tests.spec.js",
|
||||
"test:ui:vnc": "tsc && ./scripts/uiTestsWithVnc.sh",
|
||||
"test:mcp": "tsc && node dist/src/spec/testMcpIntrospection.js",
|
||||
|
||||
Reference in New Issue
Block a user